https://github.com/beeman/generator-ngx-module
Generator for ngx (Angular 2, 4, 5, etc) modules
https://github.com/beeman/generator-ngx-module
Last synced: 8 months ago
JSON representation
Generator for ngx (Angular 2, 4, 5, etc) modules
- Host: GitHub
- URL: https://github.com/beeman/generator-ngx-module
- Owner: beeman
- License: mit
- Created: 2017-01-17T08:01:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T08:04:23.000Z (over 9 years ago)
- Last Synced: 2025-02-10T09:17:40.844Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-ngx-module
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-ngx-module [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Generator for ngx (Angular 2, 4, 5, etc) modules
## Installation
First, install [Yeoman](http://yeoman.io) and generator-ngx-module 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-ngx-module
```
Then generate your new project:
```bash
yo ngx-module
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License
MIT © [Bram Borggreve](https://github.com/beeman)
[npm-image]: https://badge.fury.io/js/generator-ngx-module.svg
[npm-url]: https://npmjs.org/package/generator-ngx-module
[travis-image]: https://travis-ci.org/beeman/generator-ngx-module.svg?branch=master
[travis-url]: https://travis-ci.org/beeman/generator-ngx-module
[daviddm-image]: https://david-dm.org/beeman/generator-ngx-module.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/beeman/generator-ngx-module
[coveralls-image]: https://coveralls.io/repos/beeman/generator-ngx-module/badge.svg
[coveralls-url]: https://coveralls.io/r/beeman/generator-ngx-module