Skip to content

Commit

Permalink
Bundle quicktype
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsgl committed Dec 22, 2017
1 parent 4d674a1 commit c0b76dc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

node_modules
quicktype/quicktype.js

*.xcbkptlist
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Install prereqs and bundle quicktype

```bash
$ npm install
```
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "quicktype-xcode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "browserify node_modules/quicktype/dist/index.js -s quicktype -o quicktype/quicktype.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quicktype/quicktype-xcode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quicktype/quicktype-xcode/issues"
},
"homepage": "https://github.com/quicktype/quicktype-xcode#readme",
"devDependencies": {
"browserify": "^14.5.0",
"quicktype": "^7.0.3"
}
}

0 comments on commit c0b76dc

Please sign in to comment.