generator-anglr

1.0.1 • Public • Published

npm version Build status

generator-anglr

Yeoman generators for angular projects

Installation

First, install Yeoman and generator-anglr using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-anglr

Then generate your new project:

!!! IMPORTANT !!!: Run this command inside directory where you want to create new project, it does not create new directory project, generates files inside current directory.

yo anglr

Then you can use subgenerators for scaffolding:

yo anglr:subgeneratorName

Supported subgenerators

  • component - Generates Angular component
  • directive - Generates Angular directive
  • pipe - Generates Angular pipe
  • page - Generates Angular page component with route and permissions
  • module - Generates Angular module with component, or directive or pipe
  • lazyRouteModule - Generates Angular lazy route 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.

License

MIT © kukjevov

Package Sidebar

Install

npm i generator-anglr

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

144 kB

Total Files

49

Last publish

Collaborators

  • kukjevov