0.0.6 • Published 5 months ago

usu-darwin-arm64 v0.0.6

Weekly downloads
-
License
CC-BY-NC-SA-4.0
Repository
github
Last release
5 months ago

NPM Version NPM Downloads Test Status NPM Size

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.

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago