Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fountain

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fountain

[![Build Status](https://travis-ci.org/giuliandrimba/fountain.png?branch=master)](https://travis-ci.org/giuliandrimba/fountain)

  • 0.3.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 12 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc