Skip to content

Nykenik24/foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foundry

A CLI-based workspace manager for much better development flow.

Installation

Install with

go install github.com/Nykenik24/foundry@latest

Usage

Create a new project with project init

foundry project init <name>

Add tasks with task new

foundry task new greet

To add a command to the task, you can either use the --cmd flag

foundry task new greet --cmd "echo 'Hello\!'"

Or edit .foundry/tasks.toml

[tasks.greet]
name = "greet"
cmd = "echo 'Hello!'"

About

A CLI-based project manager for much better development flow.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages