Skip to content

Commit

Permalink
more instructions and published
Browse files Browse the repository at this point in the history
  • Loading branch information
walmon committed Jan 4, 2019
1 parent 6f934ea commit 92739bf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@worldsibu/insitor",
"version": "0.1.0",
"version": "0.1.2",
"description": "The development environment toolset for blockchain projects",
"main": "index.js",
"files": [
"bin/*",
"dist/*",
"templates/*",
"network-objects/*",
"scripts/*",
"package.json"
],
"bin": {
Expand Down
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,23 @@ It is an open source project under an Apache 2.0 license to help you create Conv
npm i -g @worldsibu/insitor
```

### Bring up a new development network

```bash
insitor new <network-name>
```

### Clean your development environment

Delete the development blockchain network.

```bash
insitor clean
```

## Details

Not implemented yet.

## Roadmap 🗺

Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
]
},
"include": [
"./src",
"./templates",
"./src"
],
"exclude": [
"./tests/**/*"
Expand Down

0 comments on commit 92739bf

Please sign in to comment.