Skip to content

Commit c1f63fa

Browse files
committed
new version 0.5.0
1 parent bdb6a26 commit c1f63fa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# create-component-app
2+
[![npm version](https://badge.fury.io/js/create-component-app.svg)](https://badge.fury.io/js/create-component-app)
3+
[![Code Climate](https://codeclimate.com/github/CVarisco/create-component-app/badges/gpa.svg)](https://codeclimate.com/github/CVarisco/create-component-app)
4+
[![npm](https://img.shields.io/npm/dw/create-component-app.svg)](https://www.npmjs.com/package/create-component-app)
25

36
**How much time do you spend copying and pasting the component folder to create a new one ?**<br />
47
This is a tool to generate different types of React components from the terminal.<br />
@@ -13,11 +16,10 @@ What you can do with this tool ?<br />
1316
<br />
1417

1518
<p align="center">
16-
<img src="https://user-images.githubusercontent.com/7335613/27637827-5a2c1dba-5c11-11e7-8676-deeb230086dc.gif" alt="create-component-app" width="1024" />
19+
<img src="https://user-images.githubusercontent.com/7335613/27760854-9ff86b54-5e51-11e7-8ad0-3289d9b3ebc3.gif" alt="create-component-app" width="1024" />
1720
</p>
1821

1922

20-
2123
## Install
2224

2325
```sh
@@ -129,7 +131,6 @@ $ create-component-app --config path/to/your/config.json
129131

130132
## Future
131133

132-
- Template to test the component
133134
- Adds the ability to insert component life cycle methods
134135
- A lot more options
135136

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-component-app",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Tool to generate different types of React components from the terminal.",
55
"bin": {
66
"create-component-app": "./dist/index.js"
@@ -25,9 +25,9 @@
2525
"build": "src/**/*.js"
2626
},
2727
"dependencies": {
28-
"fs-extra": "^3.0.1",
29-
"inquirer": "^3.0.6",
30-
"yargs": "^8.0.2"
28+
"fs-extra": "3.0.1",
29+
"inquirer": "3.0.6",
30+
"yargs": "8.0.2"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.18.0",

0 commit comments

Comments
 (0)