Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax-sh/fii
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ax-sh/fii
- Owner: ax-sh
- License: mit
- Created: 2024-06-06T14:11:31.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-12-19T08:28:08.000Z (about 1 month ago)
- Last Synced: 2024-12-19T09:24:29.031Z (about 1 month ago)
- Language: TypeScript
- Size: 2.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fii CLI
fii custom CLI
## Installing your CLI
```shell
bun link fii
```## Publishing to NPM
To package your CLI up for NPM, do this:
```shell
$ pnpm login
$ pnpm whoami
$ bun test$ bun run build
$ pnpm publish
```# License
MIT - see LICENSE