Skip to content

Commit

Permalink
new version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CVarisco committed Jul 1, 2017
1 parent bdb6a26 commit c1f63fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# create-component-app
[![npm version](https://badge.fury.io/js/create-component-app.svg)](https://badge.fury.io/js/create-component-app)
[![Code Climate](https://codeclimate.com/github/CVarisco/create-component-app/badges/gpa.svg)](https://codeclimate.com/github/CVarisco/create-component-app)
[![npm](https://img.shields.io/npm/dw/create-component-app.svg)](https://www.npmjs.com/package/create-component-app)

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

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



## Install

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

## Future

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

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-component-app",
"version": "0.4.2",
"version": "0.5.0",
"description": "Tool to generate different types of React components from the terminal.",
"bin": {
"create-component-app": "./dist/index.js"
Expand All @@ -25,9 +25,9 @@
"build": "src/**/*.js"
},
"dependencies": {
"fs-extra": "^3.0.1",
"inquirer": "^3.0.6",
"yargs": "^8.0.2"
"fs-extra": "3.0.1",
"inquirer": "3.0.6",
"yargs": "8.0.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
Expand Down

0 comments on commit c1f63fa

Please sign in to comment.