AutoFillJS is a front-end library package that serves one purpose: fill the form without have to re-type the same value over and over again. By using CSV and attach it, people are able to just re-fill same value to different form without spending more time and work.
- User takes less time and work to duplicate the data, for e.g. events, campaigns, etc.
- Standardise front-end code to be more uniform.
To install the library, refer to this link: https://www.npmjs.com/package/csvautofilljs or
npm install --save csvautofilljs
This is the example of csvautofilljs.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes NOTE: Be sure to merge the latest from "upstream" before making a pull request.
csvautofilljs is released under the MIT license.