Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

slush-angular-component

wisam10.1.1

A slush generator that generates an Angular 1x component which consists of a:

slushgenerator

readme

slush-angular-component

A slush generator that generates an Angular 1x component which consists of a:

  • Directive
  • Controller (with unit-tests)
  • Service (with unit-tests)
  • Template

Usage

Install:

npm install -g slush-angular-component

Create a new folder for your project:

$ mkdir my-slush-angular-component

Run the generator from within the new folder:

$ cd my-slush-angular-component && slush angular-component