New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

acetate

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acetate

A layout and templating framework for static websites.

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
241
increased by37.71%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 30 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc