add new chinese translations
This commit is contained in:
20
pages.zh/common/ignite.md
Normal file
20
pages.zh/common/ignite.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# ignite
|
||||
|
||||
> 一个用于 React Native 模板、插件、生成器等的命令行工具。
|
||||
> 更多信息:<https://infinite.red/ignite>。
|
||||
|
||||
- 创建一个新的 React Native 项目:
|
||||
|
||||
`ignite new {{project_name}}`
|
||||
|
||||
- 从插件生成文件:
|
||||
|
||||
`ignite generate {{plugin_name}} {{path/to/file}}`
|
||||
|
||||
- 将 Ignite 插件添加到项目中:
|
||||
|
||||
`ignite add {{plugin_name}}`
|
||||
|
||||
- 从项目中移除 Ignite 插件:
|
||||
|
||||
`ignite remove {{plugin_name}}`
|
Reference in New Issue
Block a user