acetate

2.1.0 • Public • Published

Acetate

npm travis appveyor david coverage code-climate

Acetate is a page generating framework for static websites. It is built to be easy to integrate into existing build processes and tools, easy to extend, and developer friendly.

Usage

Acetate is generally intended to be used with a build system like Grunt, Gulp, or NPM scripts. There are several sample repositories showing how to do this:

Quickstart

It's also easy to get started with Acetate or integrate Acetate into an existing project:

  1. Install the Acetate CLI: npm install acetate-cli -g
  2. Create a new Node JS project: npm init
  3. Install Acetate in your project npm install acetate --save-dev
  4. Create a folder to hold the source of your site and create an index.md file. mkdir src && echo 'Hello Acetate.' > src/index.md
  5. Start the local server: acetate server --open

Contributing

semistandard

Please run npm test locally before you submit a PR. This will run the tests and check for semistandard style and lint with the ESLint recommended rules.

More details in the contributing guide.

License

MIT

Package Sidebar

Install

npm i acetate

Homepage

acetate.io

Weekly Downloads

272

Version

2.1.0

License

ISC

Unpacked Size

153 kB

Total Files

91

Last publish

Collaborators

  • patrickarlt