Ionic Docs from your CLI
Here at Ionic, we value documentation and the ease of development it may bring. In the latest version of the Ionic CLI, 1.3.19, we’ve added a feature to help you get to those docs faster.
Introducing the ionic docs
command. With a simple command, ionic docs ionlist
, you will be directed to the Ionic framework documentation for that topic in your favorite browser.
Want to see a breakdown of all the help documents? Try out ionic docs ls
.
Not sure of the name of the doc? Try ionic docs repeat
, and if you’re close enough, you’ll be shown some suggestions to choose from to be directed to!
Grab the latest Ionic CLI version – npm install -g ionic
– and try it out!