https://github.com/bonevidy/sweet-vue
a cli for create customer vue project
https://github.com/bonevidy/sweet-vue
Last synced: over 1 year ago
JSON representation
a cli for create customer vue project
- Host: GitHub
- URL: https://github.com/bonevidy/sweet-vue
- Owner: boneVidy
- Created: 2020-08-26T11:01:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T11:13:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-09T09:43:23.548Z (over 1 year ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sweet-vue
=========
a cli for create vue customer template project
[](https://oclif.io)
[](https://npmjs.org/package/sweet-vue)
[](https://npmjs.org/package/sweet-vue)
[](https://github.com/work_zone/sweet-vue/blob/master/package.json)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ npm install -g sweet-vue
$ sweet-vue COMMAND
running command...
$ sweet-vue (-v|--version|version)
sweet-vue/0.0.0 win32-x64 node-v12.18.3
$ sweet-vue --help [COMMAND]
USAGE
$ sweet-vue COMMAND
...
```
# Commands
* [`sweet-vue hello [FILE]`](#sweet-vue-hello-file)
* [`sweet-vue help [COMMAND]`](#sweet-vue-help-command)
## `sweet-vue hello [FILE]`
describe the command here
```
USAGE
$ sweet-vue hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ sweet-vue hello
hello world from ./src/hello.ts!
```
_See code: [src\commands\hello.ts](https://github.com/work_zone/sweet-vue/blob/v0.0.0/src\commands\hello.ts)_
## `sweet-vue help [COMMAND]`
display help for sweet-vue
```
USAGE
$ sweet-vue help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src\commands\help.ts)_