@alchemy-js/transmute-scaffold

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @alchemy-js/transmute-scaffold

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.67 kB

Total Files

5

Last publish

Collaborators

  • johnfoderaro