mr.bob template for Fanstatic packages
Project description
Introduction
bobtemplates.fanstatic provides mr.bob templates to generate packages for Fanstatic.
Available templates are:
package: a simple template for a Fanstatic package.
Global settings
Some variables are used with every template. These should be added to the mr.bob user config in ~/.mrbob, e.g.:
[variables] author.name = Nuno Teixeira author.email = teixas@gmail.com author.github.user = teixas
Creating a Fanstatic package
To create a Fanstatic package run:
mrbob -O js.some_library bobtemplates.fanstatic:package
and answer the questions:
Welcome to mr.bob interactive mode. Before we generate directory structure, some questions need to be answered. Answer with a question mark to display help. Value in square brackets at the end of the questions present default value if there is no answer. --> Name of wrapped library: some_library --> Version of the wrapped library: 1.4.4 --> URL of the wrapped library: http://some_library.com
Then you could add resources files:
cd js.some_library/js/some_library/resources
Register them in __init__.py:
cd .. <editor> __init__.py
Run tests:
python bootstrap.py buildout py.test js
Changelog
0.1-1 - 2013-03-01
Fix packaging.
0.1 - 2013-02-28
First release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bobtemplates.fanstatic-0.1-1.tar.gz
.
File metadata
- Download URL: bobtemplates.fanstatic-0.1-1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 031bdb70ad99300c48be090d56e6cc3750a8ff023a4ed7a32ed12d7850db60f6 |
|
MD5 | c3f9b3c62ba6239bd3b8d7ac9f087473 |
|
BLAKE2b-256 | 4bfe53d6c137787c6018d9ca03649406889cf45570c98dae160d6dbeafc9981c |