generator-ivy-angular
v0.1.3
Published
A yeoman generator for working with the Ivy C# Framework's corresponding Angular libraries.
Downloads
1
Readme
Ivy.Angular.Yeoman
These are the current Work In Process generators for working with the Ivy.Angular project that is meant to complement the Ivy C# framework.
Each of these generators is capable of generating not only the templates, but also the test class structure.
This yeoman generator is not capable of updating your index.ts file or your module file, so that must be done manually.
Current Working Generators:
- App
- Component
- Service
Generators in progress
- Directive
- Guard
Once you have completed your new addition, simply execute "yarn test" or if you wish to debug a specific launcher "yarn test-debug:launcher".
All tests default in running under PhantomJS in order to allow me to use this functionality on Bamboo CI Server.