Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ax-sh/fii


https://github.com/ax-sh/fii

Last synced: 29 days ago
JSON representation

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