Skip to content

Get straight to coding by automagically creating a project folder with little to no effort.

License

Notifications You must be signed in to change notification settings

MarcVillain/ProjectStarter

Repository files navigation

ProjectStarter

ProjectStarter

Get straight to coding by automagically creating a project folder with little to no effort.

Setup

pip3 install virtualenv
python3 -m venv venv
source ./venv/bin/activate

Install

pip install .

Run

project --help

or

python -m project --help

Example

project start bash my_project -o git cli license:mit

Debug

pip install -e .
project --help

Test

pip install -r requirements-dev.txt
make check

Troubleshooting

  • error: invalid command 'bdist_wheel'
    pip install wheel
    

Templates

The templates are located in projectstarter/templates.

Look at docs/TEMPLATE.md for more information.

Authors

About

Get straight to coding by automagically creating a project folder with little to no effort.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published