Releases: nix2io/cli
Releases · nix2io/cli
1.1.3
1.1.2
Plugin Support
Plugin Support
Plugin support was my first step in enhancing the scalability of the CLI, and allow for core functions to be separate from the services.
Command
You can manage plugins with the plugin
command.
List
$ dev plugins list
----------
graphql
typescript
----------
Add
$ dev plugins add typescript
✓ Installed typescript
Remove
$ dev plugins remove typescript
✓ Removed typescript
Update
$ dev plugins update *
✓ Updated typescript
✓ Updated graphql
NPR
The Nix Plugin Registry is the container of all plugin information. Information including names, descriptions, and versions.
The NPR runs on the npr repository. It functions completely with github actions.