Skip to content

foyer-work/mise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@foyer-work/mise

Internal GitHub-distributed wrapper for mise.

mise is a CLI for dev tools, environment variables, and tasks. This package does not reimplement mise; it downloads the official binary from the matching upstream GitHub release during install.

Install

Add the package directly from GitHub:

{
  "dependencies": {
    "@foyer-work/mise": "github:foyer-work/mise"
  }
}

Or install it globally from GitHub:

npm install -g github:foyer-work/mise

Then run:

mise --version

Local testing

Install this checkout globally:

npm install -g .

The install script will download the matching official jdx/mise release asset for this package's version.

How this works

The package version should match an upstream jdx/mise release without the leading v, for example 2026.5.15 maps to jdx/mise tag v2026.5.15.

During preinstall, the script downloads the appropriate archive for the current OS and CPU, extracts it, and links bin/mise into this package so npm creates the usual executable shim.

If a package manager blocks install scripts, the package keeps a small fallback bin/mise script in place so installation can complete without missing-bin warnings. Running mise from that blocked install will explain how to approve the build scripts and reinstall.

License

This package is MIT licensed. The bundled mise binaries come from the upstream jdx/mise releases.

About

Internal wrapper for jdx/mise to be distributed via npm/pnpm/bun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors