Fountain v0.3.4
Scaffolding tool using a YAML file as folder structure, or a template folder
Description:
Use fountain to create custom scaffolding builds.
You can create the structure of your template using a YAML file, save it and build it (folder and files will be generated based on it), or you can create your template folder and save it for further use.
Instalation:
npm install -g fountain
Usage:
- fountain save (-s) <path_to_file/path_to_folder> --name : Save the template passing the path to the YAML file, or a folder template
- fountain build (-b) : Build the template by name;
- fountain remove (-r) : Remove the template by name;
- fountain list (-l) : List all the templates;
- fountain version (-v): Show version;
- fountain help (-h): Show help;
YAML file example:
app
- js:
- app.js
- css:
- app.css
Example using this template:
fountain build test