This is a test project for generating docs using Doc Worker.
- Clone the repository
my-projects/> git clone https://github.com/gonzofish/docworker-test
my-projects/> cd docworker-test
docworker-test/>
- Install dependencies (does not currently work since
docworker
isn't published):
docworker-test/> npm i
- Use any of the NPM scripts to generate docs:
docworker-test/> npm run default
docworker-test/> npm run with-config
docworker-test/> npm run custom-config
docworker-test/> npm run cli
docworker-test/> npm run cli-custom
If you are working on Doc Worker and would like to see how this project responds, do the following.
- Link Doc Worker, from the Doc Worker directory:
docworker/> npm link
- Link Doc Worker, from the Doc Worker test project directory:
docworker-test/> npm link docworker
And from then on, all docworker
commands in this project
will point to your local Doc Worker directory.
To stop using your local Doc Worker, run:
docworker-test/> npm unlink docworker
And from the Doc Worker directory:
npm unlink