4.1.1 • Published 7 years ago

@domoinc/da-plop v4.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

da-plop

A plopfile of angular components for the Domo Apps team.

Install

$ npm install @domoinc/da-plop --save-dev

$ npm install -g plop

Usage

In the root of your project, create a plopfile.js file with the following contents:

module.exports = require('@domoinc/da-plop');

run $ plop [type] in your terminal and follow the prompts to scaffold common code partials.

plop types

  • factory
  • component
  • filter
  • route

See the examples folder for more info

Testing Localy

  • In the root dir:
  • touch plopfile.js
  • echo "module.exports = require('./');" > plopfile.js
  • mkdir src
  • plop

Make sure you don't commit the plopfile.js or the src/

More details coming soon.

4.1.1

7 years ago

4.1.0

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago