0.14.0 • Published 6 years ago
gorgeon-complate v0.14.0
Gorgeon /ˈɡaʊrɒn/
pluggable static-site generator
Getting Started
npm install gorgeon- see
samplesdirectory for usage
Contributing
- ensure Node is installed
npm installdownloads dependenciesnpm testruns the test suite and checks code for stylistic consistency
Release Process
NB: version numbers are incremented in accordance with semantic versioning
./bin/update-pkgensures dependencies are up to date- update version number in all
package.jsonfiles commit as "v#.#.#"
$ git commit -m "v`node -p -e 'require("./package.json").version'`"the commit description should also include a rationale, e.g. why a major version was required, and a list of significant changes
./bin/releasepublishes the new version