Skip to content

Commit

Permalink
Merge pull request #3 from joeribakker/release/0.0.1
Browse files Browse the repository at this point in the history
Release 0.0.1
  • Loading branch information
bakkerjoeri authored Nov 29, 2018
2 parents 4aab600 + 2d36c9f commit 0ae92e1
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# web-setup
A repository with some configuration files that are can be grabbed to kickstart any new web project.
# Knitty 🧶

`knitty` is a node CLI tool to easily set up new web projects.

## Installation

Using `npm`:
```
npm install -g knitty
```

Using `yarn`:
```
yarn global add knitty
```

## Usage
```
knitty create
```

0 comments on commit 0ae92e1

Please sign in to comment.