ng2-doc
v1.0.0
Published
Opens the official Angular documentation for a given keyword
Downloads
6
Readme
ng2-doc
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Check that it still works:
npm test
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
1.0.0 - Initial version.