https://github.com/json-schema-form/generator-angular-schema-form-add-on
A Yeoman generator for Angular Schema Form Add-ons.
https://github.com/json-schema-form/generator-angular-schema-form-add-on
angular-schema-form-addon yeoman-generator
Last synced: about 1 year ago
JSON representation
A Yeoman generator for Angular Schema Form Add-ons.
- Host: GitHub
- URL: https://github.com/json-schema-form/generator-angular-schema-form-add-on
- Owner: json-schema-form
- License: mit
- Created: 2015-10-16T11:45:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T10:04:58.000Z (about 10 years ago)
- Last Synced: 2025-05-07T08:57:46.341Z (about 1 year ago)
- Topics: angular-schema-form-addon, yeoman-generator
- Language: JavaScript
- Homepage: http://schemaform.io/
- Size: 26.4 KB
- Stars: 14
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Angular Schema Form Add-on Generator
====================================
A Yeoman generator to scaffold a [Angular Schema Form](http://schemaform.io/) Add-on.
Install
---------------
`npm install -g yo gulp bower generator-angular-schema-form-add-on`
Usage
---------------
First create a directory
`mkdir your-add-on && cd your-add-on`
Run `yo` and select **Angular Schema Form Add On**
OR
Run `yo angular-schema-form-add-on`
When yeoman is done, gulp default will minify and start a livereload server for you to test the add-on.
Under development
-----------------
Right now we have support for one starting form type **input**.. You can also choose **empty** which doesnt give you any example, just all the dependencies you need