Skip to content

Commit 73c8499

Browse files
committed
fix(bin): renamed bin
BREAKING CHANGE: executor is no longer generate-react-app but rather self-react-app
1 parent 17545ef commit 73c8499

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
11
# self_react_app_cli
2+
3+
[![Build Status](https://travis-ci.org/maumercado/self_react_app_cli.svg?branch=master)](https://travis-ci.org/maumercado/self_react_app_cli)
4+
5+
# Installation
6+
7+
```npm install -g self-react-app```
8+
9+
# Usage
10+
11+
```self-react-app test```
12+
13+
Or
14+
15+
```npx self-react-app test```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"styled-components"
2222
],
2323
"bin": {
24-
"generate-react-app": "./bin/sra.js"
24+
"self-react-app": "./bin/sra.js"
2525
},
2626
"author": "Mauricio Mercado <[email protected]> (https://maumercado.com)",
2727
"license": "MIT",

0 commit comments

Comments
 (0)