Skip to content

Commit

Permalink
chore: publish v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Tae committed Sep 17, 2019
1 parent 4878847 commit fced653
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## description

Create template project used in ZIGZAG with no build configuration.
This project works on wherever npm is installed.
(npx comes with npm 5.2+ and higher, if you use lower version, please update that!)
Create template project used in ZIGZAG with no build configuration.
This project works on wherever npm is installed.
(npx comes with npm 5.2+ and higher, if you use lower version, please update that!)
If you have some problem, please open an issue.
If you wanna add some feature, please send us a PR.

## How to use

Expand All @@ -21,11 +23,11 @@ npx git+https://github.com/croquiscom/create-zigzag-app.git
Select what you want!

```
Vanilla
React
React + MaterialUI
Next.js
Next.js + MaterialUI
vanilla
react
react-material-ui
nextjs
nextjs-material-ui
```

### Step3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-zigzag-app",
"version": "0.0.0",
"version": "0.0.1",
"bin": "./index.js",
"dependencies": {
"inquirer": "^7.0.0",
Expand Down

0 comments on commit fced653

Please sign in to comment.