ignite: add page

This commit is contained in:
Wisnu Adi Nurcahyo
2017-12-10 00:28:02 +07:00
parent cbce4def61
commit 54ddc62656

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}}`