0.2.1 • Published 9 years ago

generator-ng-pack v0.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

ng-pack

Helps you to create and publish your Angular components quickly using Gulp.

Getting Started

Install Yeoman and ng-pack generator:

npm install -g yo
npm install -g generator-ng-pack

Initialize the generator:

yo ng-pack

Usage

  1. Setup your E2E testing environment for once: npm install -g protractor && webdriver-manager update --standalone
  2. Run gulp watch, go to http://localhost:8080/demo/index.html and play on /src.
  3. Use gulp test-unit or gulp test-e2e to execute your tests. (Be sure that selenium driver is up: webdriver-manager start)
  4. Finally, create your distribution files: gulp build
  5. Publish!

Live Examples

License

MIT

0.2.1

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago