1.0.0 • Published 8 years ago

ng2-doc v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

ng2-doc

NPM Version Build Status Build status

A commular plugin to open the AngularJS 2.0's documentation.

Doc

Migration of angular-cli doc command to use it as a commular module.

The "doc" command will open AngularJS 2.0's documentation searching for the keyword passed as an argument of the command.

Usage:

[cli_name] doc <<KEYWORD>>

To get more information I recommend to read the use cases in tests or check the original angular-cli

Tests

To run the tests:

npm install
npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Check that it still works: npm test
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

History

1.0.0 - Initial version.

License