0.6.3 • Published 6 years ago

oriente-cli v0.6.3

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

oriente使用说明

oriente-cli主要用于hybrid项目根据模版创建业务模块和添加Cordova插件

安装

全局安装

$ npm i oriente -g

当前项目安装

$ npm i oriente -D

使用

1、使用全局方法

$ oriente <command> [option]
# 如
$ oriente create main-page

2、使用项目中方法

$ node node_modules/.bin/oriente <command> [option]

嫌每次写node_modules麻烦,也可以使用npm scripts功能,package.json中配置

{
	"scripts": {
		"oriente": "node node_modules/.bin/oriente"
	}
}

然后终端执行

$ npm run oriente -- <command> [option]

查看当前版本

$ oriente -V

查使用详情

$ oriente --help

新增特性

command

  • remove
0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago