Skip to content

Commit fe48fdf

Browse files
committed
fix(package): bumped up to 0.1.5 with doc changes
1 parent 69a2a3c commit fe48fdf

File tree

2 files changed

+26
-10
lines changed

2 files changed

+26
-10
lines changed

README.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
# react-chef
2-
Transparent React Boilerplate App. soon with more Recipes !!
1+
# [React Chef](https://github.com/web-slate/react-chef) · ![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg) [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react-chef)
32

4-
## Step 1: Create your directory
5-
npx react-chef your-project-name
3+
React-Chef beta is a Node Module helps you to create instant boiler plate, prescribing best practices and tools to help you stay productive and Transparent React Boilerplate App.
64

7-
## Step 2: Change generate directory
5+
This Module aims to help developer to save time in basic test setup once and yet to support for existing spec files.
6+
7+
## Installation
8+
9+
Tool has been designed for gradual adoption from the start. below command creates directory and start create projects.
10+
11+
```
12+
npx react-chef <your-app-name>
13+
```
14+
15+
### Change the directory to your newly created app name
16+
```
817
cd your-project-name
18+
```
19+
20+
### Run the App. Happy Coding !
21+
```
22+
npm run dev
23+
```
24+
25+
### License
926

10-
## Step 3: Run the app. cool !
11-
npm run dev
27+
React Chef is [MIT licensed](./LICENSE).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "react-chef",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Transparent React Boilerplate Apps",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/web-slate/react-chef.git"
99
},
1010
"engine": {
11-
"node": "12",
12-
"npm": "6"
11+
"node": "10",
12+
"npm": "5"
1313
},
1414
"keywords": [
1515
"react",

0 commit comments

Comments
 (0)