1.0.0 • Published 5 years ago

@alchemy-js/transmute-scaffold v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Transmute Scaffold

Transmuter Scaffold for the Alchemy static site generator.

This read me can serve as a sort of template for future transmuters. Please see other transmuters for examples and ideas on documentation.

  • List what it does here

Installation

npm i @alchemy/transmute-scaffold

API

Describe your API here, usually it's a wrapper around another node_module.

const Alchemy = require('@alchemy-js/alchemy');
const scaffold = require('@alchemy-js/transmute-scaffold');

Alchemy({
  /* file paths */
}).clean()
  .transmute(scaffold({
    /* comments and examples here if applicable */
  })
  .build()

License

MIT