🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

groc

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groc - npm Package Compare versions

Comparing version

to
0.7.0

lib/styles/default/_codestyles-highlight.scss

24

package.json
{
"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