ignite: add page

coverage
Wisnu Adi Nurcahyo 2017-12-10 00:28:02 +07:00
parent cbce4def61
commit 54ddc62656
1 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,11 @@
`ignite generate {{plugin-name}} {{file-name}}`
- Add/link a plugin/Node.js module to the project:
- Add an Ignite plugin to the project:
`ignite add {{package-name}}`
`ignite add {{plugin-name}}`
- Remove an Ignite plugin from the project:
`ignite remove {{plugin-name}}`