@newyork.anthonyng/docco-lite

0.2.1 • Public • Published

Travis Codecov semantic-release

Docco-lite

Made just for fun as part of my deliberate practice.

Reimplementation of docco. docco supports many more languages (and is probably less buggy). docco-lite only supports JavaScript.

Getting started

Install docco-lite into your project:

npm install --save-dev @newyork.anthonyng/docco-lite

To use docco-lite to create documentation for a file, app.js, run:

./node_modules/.bin/docco-lite app.js

See here for an example of the documentation created by docco-lite.

Contributing

This project uses commitizen and nps. To commit, run:

npm start commit

Readme

Keywords

none

Package Sidebar

Install

npm i @newyork.anthonyng/docco-lite

Weekly Downloads

0

Version

0.2.1

License

ISC

Last publish

Collaborators

  • newyork.anthonyng