Skip to content

scirats/cube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 = "user@scirats.com"
					name = "example name"
				}
			}
			credentials = "https://<user>:<token>@github.com", "https://<user>:<token>@gitlab.com"
		}
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages