publish: omi-cli v3.4.2
This commit is contained in:
parent
e08bb869e5
commit
169e82143c
|
@ -177,13 +177,13 @@ function help() {
|
|||
console.log(' Commands:');
|
||||
console.log();
|
||||
console.log(` ${chalk.green('init [project-name]')} Initialize a new omi application in the current folder `);
|
||||
console.log(` ${chalk.green('init-o [project-name]')} Initialize a new omio(IE8+) project in the current folder `)
|
||||
console.log(` ${chalk.green('init-weui [project-name]')} Initialize a mobile project with weui in the current folder `)
|
||||
console.log(` ${chalk.green('init-ts [project-name]')} Initialize a new omi project with typescript in the current folder `)
|
||||
console.log(` ${chalk.green('init-spa [project-name]')} Initialize a new omi spa with omi-router in the current folder `)
|
||||
console.log(` ${chalk.green('init-mvvm [project-name]')} Initialize a new omi mvvm project in the current folder `)
|
||||
console.log(` ${chalk.green('init-o [project-name]')} Initialize a new omio(IE8+) project in the current folder `)
|
||||
console.log(` ${chalk.green('init-kbone [project-name]')} Initialize a new omi kbone project in the current folder `)
|
||||
console.log(` ${chalk.green('init-ts [project-name]')} Initialize a new omi project with typescript in the current folder `)
|
||||
console.log(` ${chalk.green('init-weui [project-name]')} Initialize a mobile project with weui in the current folder `)
|
||||
console.log(` ${chalk.green('init-spa [project-name]')} Initialize a new omi spa with omi-router in the current folder `)
|
||||
console.log(` ${chalk.green('init-mp [project-name]')} Initialize a new omi-mp in the current folder `)
|
||||
console.log(` ${chalk.green('init-md2site [project-name]')} Initialize a project of static site generator by markdown in the current folder `)
|
||||
console.log(` ${chalk.green('init-md2site [project-name]')} Initialize a project of static site generator by markdown in the current folder `)
|
||||
console.log();
|
||||
console.log(' All commands can be run with -h (or --help) for more information.')
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "omi-cli",
|
||||
"version": "3.4.1",
|
||||
"version": "3.4.2",
|
||||
"description": "Create website, app with no build configuration. be friendly to [Omi](https://github.com/Tencent/omi) framework.",
|
||||
"main": "bin/omi",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue