usu-windows-x64

0.0.6 • Public • Published

usu logo

usu

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.

Package Sidebar

Install

npm i usu-windows-x64

Weekly Downloads

0

Version

0.0.6

License

CC-BY-NC-SA-4.0

Unpacked Size

1.11 MB

Total Files

3

Last publish

Collaborators

  • slekup