Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mariohmol/generator-ng-crud
- Owner: mariohmol
- License: other
- Created: 2020-02-04T15:17:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T08:35:49.000Z (5 months ago)
- Last Synced: 2024-10-14T14:06:22.518Z (about 1 month ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-crudNeeds 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
*§° `§§§
## LicenseApache-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