ni.zsh

Alternative `ni` written in zsh: npm/yarn/pnpm/bun with the same command

MIT License

Stars
99
Committers
6

Bot releases are visible (Hide)

ni.zsh - v1.2.1 Latest Release

Published by azu 11 months ago

What's Changed

Features

Bug Fixes

Documentation

New Contributors

Full Changelog: https://github.com/azu/ni.zsh/compare/v1.2.0...v1.2.1

ni.zsh - v1.2.0

Published by azu about 1 year ago

What's Changed

Bug Fixes

Refactoring

New Contributors

Full Changelog: https://github.com/azu/ni.zsh/compare/v1.1.1...v1.2.0

ni.zsh - v1.1.1

Published by azu about 1 year ago

Fixes

  • Change NI_SOCKET_TOKEN to NI_SOCKETDEV_TOKEN
ni.zsh - v1.1.0

Published by azu about 1 year ago

Feature

Add https://socket.dev/ integration experimetally

image

You can integrate socket.dev by setting NI_SOCKETDEV_TOKEN env.
It check the package is safe or not before installing.

export NI_SOCKETDEV_TOKEN="<socket-token>"

For more details, see https://github.com/azu/ni.zsh#supply-chain-detections

Add ni exec <command> and ni dlx <pkg>

ni exec <command>       -- execute command
ni dlx <pkg>            -- download package and execute command

Full Changelog: https://github.com/azu/ni.zsh/compare/v1.0.0...v1.1.0

ni.zsh - v1.0.0

Published by azu about 1 year ago

What's Changed

Features

Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/azu/ni.zsh/commits/v1.0.0