Skip to main content

A command line tool to quick manage boilerplate structures called **plates**, it is extensible

Project description

:: A command line tool to quick manage boilerplate structures called plates, it is extensible

example usage:

    $ boiler -l

    Present plates

    =================================================================================================================
    | plate name           | type       | author     | description                                                  |
    =================================================================================================================
    | initscript           | copy       | mogui      | A template for init.d script of non-daemon app               |
    | wordpress            | bash       | mogui      | A quick way to have the latest wordpress version             |
    | wp_theme             | bash       | mogui      | Wordpress theme bare template                                |
    =================================================================================================================


$ boiler initscript nameyouwant_forscript

The basic idea is to have a central way to recall common script template or frequently used folder layout and the likes. It is all based on tpl files / folder called plates which are the template to create.

  • boiler -l will list all available plates to fire

  • boiler <plate_name> help will give help on that plate

  • boiler <plate_name> [new_name] will create the boilerplate in current directory with new_name name

Install

from Package index:

$ pip install boiler

From source

download or clone from here, then:

$ python setup.py install

Write Custom Tpl

Refer to Tpl repository

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boiler-1.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page