Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihoverlord/dx-form
Generate HTML bootstrap form from your CLI
https://github.com/ihoverlord/dx-form
bootstrap4 cli form html-form html5 jquery
Last synced: 29 days ago
JSON representation
Generate HTML bootstrap form from your CLI
- Host: GitHub
- URL: https://github.com/ihoverlord/dx-form
- Owner: ihoverlord
- License: mit
- Created: 2019-01-12T18:22:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T20:05:09.000Z (about 6 years ago)
- Last Synced: 2024-12-09T04:57:47.725Z (about 1 month ago)
- Topics: bootstrap4, cli, form, html-form, html5, jquery
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome!
Generate Bootstrap HTML form from CLI
Install the project globally on your system
npm i -g dx-form
Generate form using the command
dx-form -f email,text,file
Supported input fields
["email","button", "checkbox", "color", "date", "datetime-local", "month", "number", "range", "search", "tel", "time", "url", "week", "file", "hidden", "image", "password", "radio", "reset", "submit", "text"]
Submit button will be added by default.
Add comma separated fields with no spaces
New HTML form will be created with current unix timestamp.Have fun. Create something awesome.
### Licence
MIT