Skip to content

Instantly share code, notes, and snippets.

@timcosgrove
Last active March 24, 2017 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timcosgrove/3864a0d7ff7b95e4b5324b3499635426 to your computer and use it in GitHub Desktop.
Save timcosgrove/3864a0d7ff7b95e4b5324b3499635426 to your computer and use it in GitHub Desktop.
Basic POC gist for sassdoc/490
var sassdoc = require('sassdoc');
sassdoc.parse('./scss', { verbose: true })
.then(function (data) {
console.log(data);
});
{
"name": "sassdoc-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"main": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"sassdoc": "^2.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment