https://github.com/jonathanrocher/project_maker
Tool to create a project from scratch: tree structure, CI tools, environment tools, ...
https://github.com/jonathanrocher/project_maker
Last synced: 10 months ago
JSON representation
Tool to create a project from scratch: tree structure, CI tools, environment tools, ...
- Host: GitHub
- URL: https://github.com/jonathanrocher/project_maker
- Owner: jonathanrocher
- License: other
- Created: 2014-12-15T21:01:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T21:40:18.000Z (over 11 years ago)
- Last Synced: 2025-05-17T02:45:07.678Z (about 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
==================
Project maker tool
==================
This script's goal is to create automatically the start of a project to save
time: tree structure, fab scripts, maybe envisage framework if that option is
turned, jenkins/travisCI start file, ... My goal is to save time and capture
here most of the best practices that we are starting to put in place
company-wide. All that while avoiding the Visual Studio trap of making things
obfuscated.
Usage
-----
1. Copy the utils/config.py and customize it,
2. Run `$ python project_maker.py my_customized_config.py`