Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 485 Bytes

readme.md

File metadata and controls

35 lines (29 loc) · 485 Bytes

Cube

Init Project

cube init <name>

Start Project

cube start <file>

Configuration file

example

deps = "npm", "nodejs"
workspace = "https://github.com/scirats/scirats.git"
dots {
	repo = "https://github.com/heaveless/dotfiles.git"
	ext {
		git {
			config {
				user {
					email = "[email protected]"
					name = "example name"
				}
			}
			credentials = "https://<user>:<token>@github.com", "https://<user>:<token>@gitlab.com"
		}
	}
}