One step buildout build.
Project description
NENS Build
At Nelen & Schuurmans we use a couple commands to get a development environment up and running:
git clone repo cd repo ln -s development.cfg buildout.cfg python bootstrap.py bin/buildout
There are more commands that could be eliminated:
createdb bin/django syncdb bin/django migrate
This is a code smell according to book Clean Code. A build should have three steps at the most:
git clone repo cd repo build
This python packages aims to solve this by going eliminating the symlink, bootstrap and buildout commands:
git clone repo cd repo nens-build
Credits
Roland van Laar started this library
Changelog of nens-build
0.2 (2012-12-15)
Fix classifiers for release on pypi.
0.1 (2012-12-15)
Remove use of external python libraries.
Add unittests.
Initial project structure created with nensskel 1.29.
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
nensbuild-0.2.zip
(18.6 kB
view hashes)