@alchemy-js/transmute-scaffold
v1.0.0
Published
Transmute scaffold with Alchemy
Downloads
2
Readme
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