1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 21:15:35 +02:00

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