Skip to content

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

Notifications You must be signed in to change notification settings

sytac/slush-ng-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ng-pack

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

Getting Started

Install Slush and ng-pack generator:

npm install -g slush
npm install -g slush-ng-pack

Initialize the generator:

slush ng-pack

Also a Yeoman generator is available, please check sytac/ng-pack for it.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published