Skip to content

Open source developer productivity CLI tool built to manage projects from creation through production

License

Notifications You must be signed in to change notification settings

sheikhrachel/Orwell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orwell

Orwell is an open source developer productivity CLI tool built to manage projects from creation through production, built with Go and Cobra

Features

  • One line project generation (README, directory, git hooks, etc.)

Prerequisites

Ensure you have Go

$ go version # returns go version go1.14 darwin/amd64 or greater

Get Started

# Install Orwell on your machine
$ go install orwell

# Validate your Orwell installation
$ orwell --help

Usage

# 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}

Contact Info

name  := "Rachel Sheikh"
email := "[email protected]"

About

Open source developer productivity CLI tool built to manage projects from creation through production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages