All Projects → json-schema-form → generator-angular-schema-form-add-on

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

Licence: MIT license
A Yeoman generator for Angular Schema Form Add-ons.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to generator-angular-schema-form-add-on

Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+1664.29%)
Mutual labels:  yeoman-generator
generator-angular-library
A yeoman generator for scaffolding a new angular 5 module that you can publish and share straight away to npm
Stars: ✭ 66 (+371.43%)
Mutual labels:  yeoman-generator
generator-android-conductor
🤖 I generate some code .... beep beep
Stars: ✭ 17 (+21.43%)
Mutual labels:  yeoman-generator
generator-oraclejet
DEPRECATED Yeoman generator for creating Web and Mobile-hybrid Oracle JET based applications
Stars: ✭ 13 (-7.14%)
Mutual labels:  yeoman-generator
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (+107.14%)
Mutual labels:  yeoman-generator
generator-laravel-5
Scaffold Laravel 5.7 applications with ease.
Stars: ✭ 19 (+35.71%)
Mutual labels:  yeoman-generator
Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: ✭ 232 (+1557.14%)
Mutual labels:  yeoman-generator
generator-springboot
A Yeoman generator for generating Microservice with SpringBoot
Stars: ✭ 121 (+764.29%)
Mutual labels:  yeoman-generator
generator-fountain-react
Yeoman 'fountain' generator to start a webapp with React
Stars: ✭ 36 (+157.14%)
Mutual labels:  yeoman-generator
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+121.43%)
Mutual labels:  yeoman-generator
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (+7.14%)
Mutual labels:  yeoman-generator
delphi-generator-delphi
Yeoman generator for Delphi projects
Stars: ✭ 14 (+0%)
Mutual labels:  yeoman-generator
generator-mitosis
A micro-service infrastructure generator based on Yeoman/Chatbot, Kubernetes/Docker Swarm, Traefik, Ansible, Jenkins, Spark, Hadoop, Kafka, etc.
Stars: ✭ 78 (+457.14%)
Mutual labels:  yeoman-generator
Generator Teams
A Yeoman Generator for Microsoft Teams
Stars: ✭ 246 (+1657.14%)
Mutual labels:  yeoman-generator
generator-jhipster-grpc
JHipster module, Adds support for gRPC and generates gRPC CRUD services
Stars: ✭ 43 (+207.14%)
Mutual labels:  yeoman-generator
Generator Chisel
Chisel is a development framework for creating easy to maintain and fast WordPress websites
Stars: ✭ 233 (+1564.29%)
Mutual labels:  yeoman-generator
generator-angular-lazy
Yeoman generator for creating Angular applications which lazy load components as needed at runtime. Based on SystemJS, JSPM, Babel and Gulp.
Stars: ✭ 33 (+135.71%)
Mutual labels:  yeoman-generator
generator-ngx-library
Yeoman generator to bootstrap 🚀 your Angular library creation and publication.
Stars: ✭ 92 (+557.14%)
Mutual labels:  yeoman-generator
generator-typescript-react-lib
🔩 A Yeoman generator for React libs written with Typescript.
Stars: ✭ 16 (+14.29%)
Mutual labels:  yeoman-generator
generator-vue-plugin
Yeoman generator generating vue plugin 🚀
Stars: ✭ 29 (+107.14%)
Mutual labels:  yeoman-generator

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].