An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

sweet-vue
=========

a cli for create vue customer template project

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/sweet-vue.svg)](https://npmjs.org/package/sweet-vue)
[![Downloads/week](https://img.shields.io/npm/dw/sweet-vue.svg)](https://npmjs.org/package/sweet-vue)
[![License](https://img.shields.io/npm/l/sweet-vue.svg)](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)_