Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natronics/project-builder
A set of scripts for automating the creation of a boilerplate web application.
https://github.com/natronics/project-builder
Last synced: about 2 months ago
JSON representation
A set of scripts for automating the creation of a boilerplate web application.
- Host: GitHub
- URL: https://github.com/natronics/project-builder
- Owner: natronics
- Created: 2013-04-01T08:52:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T22:04:53.000Z (over 11 years ago)
- Last Synced: 2024-04-16T18:09:30.179Z (9 months ago)
- Language: Python
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-builder
A set of scripts for automating the creation of a boilerplate web application.
## Install
Edit the `CONFIG` settings at the top of `scripts/makeproject` with your
preferences and then install with$ sudo python setup.py install
## Use
When you want to create a new project just type `makeproject` and a creative name
for your idea.$ makeproject Lemon Squirrels
This will (TODO)
- create a folder
- add a boilerplate HTML5 site run with python flask
- copy in up to date bootstrap and jquery
- add nice webfonts
- make a blank favicon svg file for later editing
- create a virtual environment
- pip install flask and gunicorn
- set up a Procfile for pushing to heroku
- init git repository with readme and .gitignore
- create a gh-pages branch for documentation