Skip to content

Scaffolding tool using a YAML file as folder structure, or a template folder

Notifications You must be signed in to change notification settings

giuliandrimba/fountain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fountain v0.3.4

Build Status

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

Bitdeli Badge

About

Scaffolding tool using a YAML file as folder structure, or a template folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published