Skip to content

Monorepo software to make a monorepo where apps are written for multiple programming languages. It is written in Go (Golang).

License

Notifications You must be signed in to change notification settings

Abelkrijgtalles/programmer-heaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programmer Heaven (PH)

Monorepo software to make a monorepo where apps are written for multiple programming languages. It is written in Go (Golang).

How to run/build

  1. Download the code
  2. Have Go installed
  3. Run go build
  4. Use one of the commands

Commands

Create a new project

./ph init

Create a new project without filling in the information.

./ph init -y

Add an app to the project (Requires to use ./ph init first)

./ph add-app --name APP_NAME

Add an app to the project with no name (Requires to use ./ph init first)

./ph add-app

About

Monorepo software to make a monorepo where apps are written for multiple programming languages. It is written in Go (Golang).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages