Skip to content

Commit

Permalink
bananasplit -> banansplit-js package name
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoulloao committed Oct 5, 2020
1 parent f5714c0 commit 4dfbe3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

### 1. Express template:
```
npx bananasplit new project-name
npx bananasplit-js new project-name
```

### 2. Express + Apollo template:
```
npx bananasplit new project-name --apollo|-a
npx bananasplit-js new project-name --apollo|-a
```

## Arguments
Expand All @@ -21,12 +21,12 @@ npx bananasplit new project-name --apollo|-a
**Additionally** you can pass the values `--git` or `-g` as argument to **automatically init a git repository.**

```
npx bananasplit new project-name --git|-g
npx bananasplit-js new project-name --git|-g
```

### Version
```
bananasplit --version|-v
bananasplit-js --version|-v
```

# License
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "bananasplit",
"name": "bananasplit-js",
"version": "1.0.0",
"description": "A bananasplit client for command line",
"main": "src/index.js",
"bin": {
"bananasplit": "bin/bananasplit"
"bananasplit-js": "bin/bananasplit-js"
},
"keywords": [
"bananasplit",
Expand Down

0 comments on commit 4dfbe3b

Please sign in to comment.