usu-linux-x64
v0.0.6
Published
Fast and extensible workspace management sytem
Downloads
1
Maintainers
Readme
Fast and extensible workspace management sytem.
- Customizable: Ensure development, production, and ci environments meet your requirements.
- Managable: Delegate environment variables from a single source file.
- Create new multi-language workspaces.
- Consistency: Use consistent config file types across projects.
[!IMPORTANT] This project is still in development, don't expect any of the features to work.
Installation
PowerShell
iwr https://raw.githubusercontent.com/slekup/usu/main/install.ps1 -useb | iex
Shell
curl -fsSL https://raw.githubusercontent.com/slekup/usu/main/install.sh | sh -
or with wget
:
wget -qO- https://raw.githubusercontent.com/slekup/usu/main/install.sh | sh -
Cargo
If you would like to build the source code yourself, installing usu with cargo will not include the pre-built binaries.
cargo install usu
NPM
npm install -g usu
Contributing
See CONTRIBUTING.md for more information.