rocketLauncher CLI¶
A very opinionated CLI to automate the start of a new project.
Features¶
Select environment manager (
pyenv,condasupported)Create new virtual environment by default
Create folder structure from cookiecutter
Choose to create repository and upload project to Github
Configure defaults values
Quickstart a new project with default values
Basic usage¶
The available commands are:
rocketlauncher init: Configures the projects directory and logs in to Githubrocketlauncher new: Creates a new project and runs a cookiecutter insiderocketlauncher push: Creates local repository and pushes to Githubrocketlauncher config: Allows the creation of a configuration file and edit/set defaultsrocketlauncher cookiecutters: Add/ view available cookiecutters
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.