Set up new-new custom docs mechanism

This commit is contained in:
Schuyler Cebulskie
2016-11-22 19:50:05 -05:00
parent c3d14636ab
commit 338aa58386
3 changed files with 18 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index",
"scripts": {
"test": "eslint src && docgen --source src --custom docs",
"docs": "docgen --source src --custom docs --output docs/docs.json",
"test": "eslint src && docgen --source src --custom docs/index.yml",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"test-docs": "docgen --source src --custom docs",
"lint": "eslint src",
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"