thought

v5.0.0
A customizable documentation generator for github projects

format

prettier --write '**/*.js'

lint

eslint . --max-warnings 0

lint:fix

eslint --fix .

test

mocha && npm run lint

coverage

nyc --reporter=lcov --reporter=html --reporter=text-summary mocha

postcoverage

nyc check-coverage

changelog

standard-changelog && git add CHANGELOG.md

thought

bin/thought.js run -a

postthought

node examples/run-thought.js

version

npm run changelog && npm run thought

postversion

git push --tags && npm publish
npm i thought

Metadata

  • MIT
  • >=14
  • Nils Knappmeier
  • released 7/16/2024

Downloads

Maintainers