Orwell is an open source developer productivity CLI tool built to manage projects from creation through production, built with Go and Cobra
- One line project generation (README, directory, git hooks, etc.)
Ensure you have Go
$ go version # returns go version go1.14 darwin/amd64 or greater
# Install Orwell on your machine
$ go install orwell
# Validate your Orwell installation
$ orwell --help
# Create a project with Coldstart
# Navigate to your target parent directory and run the following
$ orwell coldstart -l {language} -x {license} -n {project name} -g {github repo url}
name := "Rachel Sheikh"
email := "[email protected]"