Skip to content

json-schema-form/generator-angular-schema-form-add-on

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Schema Form Add-on Generator

A Yeoman generator to scaffold a Angular Schema Form 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