Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adeyahya committed May 30, 2017
1 parent fdcfc51 commit d0f2d0c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 29 deletions.
18 changes: 0 additions & 18 deletions Header/Header.js

This file was deleted.

3 changes: 0 additions & 3 deletions Header/Header.scss

This file was deleted.

1 change: 0 additions & 1 deletion Header/index.js

This file was deleted.

13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Regenr
React Generator

##Summary
## Summary
Regenr is a command-line interface that helps Generating ReactJs Components.

##Installation
## Installation
`npm install -g regenr`

##Usage
## Usage
`regenr <path>/<componentName> [options]`

Example:
Expand Down Expand Up @@ -47,16 +47,17 @@ export default Header
export default './Header.js'
```

#Options
# Options
`-c [css preprocessor]` or `--css [css preprocessor]`

Example:
`regenr src/Components/Header -c less`

Will provide .less integration

###Screenshot
### Screenshot

![Screenshot](/ss1.png?raw=true "Screenshot")

###License
### License
MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "regenr",
"version": "1.0.5",
"version": "1.1.0",
"description": "ReactJs Generator",
"repository": "adeyahya/regenr",
"author": "Ade Yahya <[email protected]> (http://ihavemind.com/)",
Expand Down

0 comments on commit d0f2d0c

Please sign in to comment.