Skip to content

Commit

Permalink
Merge pull request #15 from freemountain/npm-tooling
Browse files Browse the repository at this point in the history
merge Npm tooling
  • Loading branch information
freemountain authored Feb 6, 2017
2 parents 9e002dd + c5b4d60 commit 4cf7b1a
Show file tree
Hide file tree
Showing 15 changed files with 649 additions and 233 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ So let's implement a very primitive counter as a basic example of how to use thi
{
"name" : "counter",
"version" : "0.1.0",
"main" : "main.js"
"main" : "main.js",
"scripts": {
"run": "quark-prebuilt ./package.json",
},
"dev-dependencies": {
"quark-prebuilt": "0.0.1"
}
}
```

Expand Down Expand Up @@ -87,5 +93,11 @@ ApplicationWindow {
}
```

### Running
```bash
npm install
npm run
```

## Downloads
Prebuilt binaries can be found on the [releases page](https://github.com/freemountain/quark/releases).
Loading

0 comments on commit 4cf7b1a

Please sign in to comment.