File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
2
5
3
6
** How much time do you spend copying and pasting the component folder to create a new one ?** <br />
4
7
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 />
13
16
<br />
14
17
15
18
<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 " />
17
20
</p >
18
21
19
22
20
-
21
23
## Install
22
24
23
25
``` sh
@@ -129,7 +131,6 @@ $ create-component-app --config path/to/your/config.json
129
131
130
132
## Future
131
133
132
- - Template to test the component
133
134
- Adds the ability to insert component life cycle methods
134
135
- A lot more options
135
136
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-component-app" ,
3
- "version" : " 0.4.2 " ,
3
+ "version" : " 0.5.0 " ,
4
4
"description" : " Tool to generate different types of React components from the terminal." ,
5
5
"bin" : {
6
6
"create-component-app" : " ./dist/index.js"
25
25
"build" : " src/**/*.js"
26
26
},
27
27
"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"
31
31
},
32
32
"devDependencies" : {
33
33
"babel-cli" : " ^6.18.0" ,
You can’t perform that action at this time.
0 commit comments