Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mariohmol/generator-ng-crud

Angular CRUD generator from JSONSchema
https://github.com/mariohmol/generator-ng-crud

Last synced: 1 day ago
JSON representation

Angular CRUD generator from JSONSchema

Awesome Lists containing this project

README

        

# generator-ng-crud [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Angular CRUD generator from JSONSchema

## Installation

First, install [Yeoman](http://yeoman.io) and generator-ng-crud using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

```bash
npm install -g yo
npm install -g generator-ng-crud
```

Then generate your new project:

```bash
yo ng-crud
```

## Contribute

Thanks to:
* https://github.com/gorums/generator-angular-2-crud

Needs reviewL

* https://github.com/guillotinaweb/ngx-schema-form
* https://github.com/hamzahamidi/ajsf#readme
* https://github.com/5hivams/ionic2_json_schema_form#readme
* https://github.com/jessehon/angular2-json-schema-form-ionic

§° `§§§
## License

Apache-2.0 © [Mario Mol]()

[npm-image]: https://badge.fury.io/js/generator-ng-crud.svg
[npm-url]: https://npmjs.org/package/generator-ng-crud
[travis-image]: https://travis-ci.com/mariohmol/generator-ng-crud.svg?branch=master
[travis-url]: https://travis-ci.com/mariohmol/generator-ng-crud
[daviddm-image]: https://david-dm.org/mariohmol/generator-ng-crud.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/mariohmol/generator-ng-crud
[coveralls-image]: https://coveralls.io/repos/mariohmol/generator-ng-crud/badge.svg
[coveralls-url]: https://coveralls.io/r/mariohmol/generator-ng-crud