Comparing version 0.6.3 to 0.7.0
{ | ||
"name": "groc", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"description": "Documentation generation, in the spirit of literate programming.", | ||
@@ -31,12 +31,14 @@ "keywords": ["documentation", "docs", "generator"], | ||
"dependencies": { | ||
"coffee-script": ">= 1.1.3", | ||
"colors": ">= 0.5.1", | ||
"fs-tools": ">= 0.1.0", | ||
"glob": ">= 3.0.1", | ||
"jade": "0.x", | ||
"optimist": ">= 0.3.4", | ||
"showdown": ">= 0.2.0", | ||
"spate": ">= 0.1.0", | ||
"uglify-js": ">= 1.1.1", | ||
"underscore": ">= 1.2.2" | ||
"coffee-script": ">= 1.6.3", | ||
"colors": "~0.6.2", | ||
"fs-tools": "~0.2.10", | ||
"glob": "~3.2.7", | ||
"highlight.js": "~8.0.0", | ||
"jade": "~0.35.0", | ||
"marked": "~0.2.10", | ||
"optimist": "~0.6.0", | ||
"showdown": "~0.3.1", | ||
"spate": "~0.1.0", | ||
"uglify-js": "~2.4.6", | ||
"underscore": "~1.6.0" | ||
}, | ||
@@ -43,0 +45,0 @@ "devDependencies": {}, |
@@ -12,2 +12,8 @@ # groc | ||
## Maintainers | ||
Groc, unfortunately, does not have any active maintainers. If you are interested in picking up the | ||
torch, please toss me an email (ian@nevir.net). | ||
## What does it give you? | ||
@@ -36,7 +42,8 @@ | ||
Groc depends on [Node.js](http://nodejs.org/) and [Pygments](http://pygments.org/). Once you have | ||
those installed - and assuming that your node install came with [npm](http://npmjs.org/) - you can | ||
install groc via: | ||
Groc depends on [Node.js](http://nodejs.org/). Once you have those installed - and assuming that | ||
your node install came with [npm](http://npmjs.org/) - you can install groc via: | ||
npm install -g groc | ||
```bash | ||
$ npm install -g groc | ||
``` | ||
@@ -51,7 +58,11 @@ For those new to npm, `-g` indicates that you want groc installed as a global command for your | ||
groc *.rb | ||
```bash | ||
$ groc *.rb | ||
``` | ||
Groc will also handle extended globbing syntax if you quote arguments: | ||
groc "lib/**/*.coffee" README.md | ||
```bash | ||
$ groc "lib/**/*.coffee" README.md | ||
``` | ||
@@ -64,3 +75,5 @@ By default, groc will drop the generated documentation in the `doc/` folder of your project, and it | ||
groc --github "lib/**/*.coffee" README.md | ||
```bash | ||
$ groc --github "lib/**/*.coffee" README.md | ||
``` | ||
@@ -81,6 +94,8 @@ Groc will automagically create and push the `gh-pages` branch if it is missing. | ||
{ | ||
"glob": ["lib/**/*.coffee", "README.md", "lib/styles/*/style.sass", "lib/styles/*/*.jade"], | ||
"github": true | ||
} | ||
```json | ||
{ | ||
"glob": ["lib/**/*.coffee", "README.md", "lib/styles/*/style.sass", "lib/styles/*/*.jade"], | ||
"github": true | ||
} | ||
``` | ||
@@ -87,0 +102,0 @@ From now on, if you call `groc` without any arguments, it will use your pre-defined configuration. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
263101
32
400
138
12
+ Addedhighlight.js@~8.0.0
+ Addedmarked@~0.2.10
+ Addedcolors@0.6.2(transitive)
+ Addedfs-tools@0.2.11(transitive)
+ Addedglob@3.2.11(transitive)
+ Addedhighlight.js@8.0.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedlodash@2.4.2(transitive)
+ Addedlru-cache@2.7.3(transitive)
+ Addedmarked@0.2.10(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedshowdown@0.3.4(transitive)
+ Addedsigmund@1.0.1(transitive)
+ Addedsource-map@0.1.43(transitive)
+ Addedunderscore@1.6.0(transitive)
- Removed@isaacs/cliui@8.0.2(transitive)
- Removedansi-regex@5.0.16.1.0(transitive)
- Removedansi-styles@4.3.06.2.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@2.0.1(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcolors@1.4.0(transitive)
- Removedcommander@9.5.0(transitive)
- Removedcross-spawn@7.0.6(transitive)
- Removedeastasianwidth@0.2.0(transitive)
- Removedemoji-regex@8.0.09.2.2(transitive)
- Removedforeground-child@3.3.0(transitive)
- Removedfs-tools@0.5.0(transitive)
- Removedglob@11.0.1(transitive)
- Removedis-fullwidth-code-point@3.0.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjackspeak@4.0.3(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlru-cache@11.0.2(transitive)
- Removedminimatch@10.0.1(transitive)
- Removedminipass@7.1.2(transitive)
- Removedpackage-json-from-dist@1.0.1(transitive)
- Removedpath-key@3.1.1(transitive)
- Removedpath-scurry@2.0.0(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedshowdown@2.1.0(transitive)
- Removedsignal-exit@4.1.0(transitive)
- Removedstring-width@4.2.35.1.2(transitive)
- Removedstrip-ansi@6.0.17.1.0(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedwhich@2.0.2(transitive)
- Removedwrap-ansi@7.0.08.1.0(transitive)
Updatedcoffee-script@>= 1.6.3
Updatedcolors@~0.6.2
Updatedfs-tools@~0.2.10
Updatedglob@~3.2.7
Updatedjade@~0.35.0
Updatedoptimist@~0.6.0
Updatedshowdown@~0.3.1
Updatedspate@~0.1.0
Updateduglify-js@~2.4.6
Updatedunderscore@~1.6.0