Skip to content

A static-site generator written in Node.js.

License

Notifications You must be signed in to change notification settings

dfranklinau/website-generator

Repository files navigation

website-generator

A static-site generator written in Node.js.

Installation

Install website-generator by adding a dependency to package.json that points to a release archive, making sure to update <version> with the desired release:

{
  "dependencies": {
    "website-generator": "https://github.com/dfranklinau/website-generator/releases/download/<version>/website-generator.tar.gz"
  }
}

With the dependency listed in package.json, run npm install to install.

website-generator is not published on npm as it is not intended to be used in a production environment, which is why it must be installed with a repository URL.

Once installed, website-generator can be called with an npm script:

{
  "scripts": {
    "build": "website-generator"
  }
}

Documentation

See the documentation website for more information on getting started and how to use website-generator.

About

A static-site generator written in Node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published