Skip to content

Commit

Permalink
docs(create-cli): add docs to create mashup cli (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiKang6688 committed Aug 4, 2021
1 parent 6072d5f commit df9cb4b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions commands/create/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ Options:
-h, --help Show help [boolean]
```

```sh
nebula create mashup <name>

Create a mashup

Positionals:
name name of the project [string] [required]

Options:
--version Show version number [boolean]
--install Run package installation step [boolean] [default: true]
--pkgm Package manager [string] [choices: "npm", "yarn"]
--picasso Picasso template
[string] [choices: "none", "minimal", "barchart"]
--author Package author [string]
-h, --help Show help [boolean]
```

#### Example

**Create a visualization**
Expand Down

0 comments on commit df9cb4b

Please sign in to comment.