0.0.7 • Published 6 years ago

tymly-doc-generator v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

tymly-doc-generator

JavaScript Style Guide license

A tool for generating static TymlyJS documentation

How to generate Tymly documentation

Install Hugo

This tool requires that you have the Hugo static-site generator installed and that the hugo --help command works from the command line, from any directory.

$ npm run generate

View generated content

cd ./hugo-site
hugo server
  • Content will be served at http://localhost:1313/

License

MIT