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

https://github.com/di-void/next-prime-cli

A simple CLI that keeps prompting you with the next prime number after your input
https://github.com/di-void/next-prime-cli

Last synced: 9 months ago
JSON representation

A simple CLI that keeps prompting you with the next prime number after your input

Awesome Lists containing this project

README

          

# next-prime

Toy CLI for finding the next prime number after the first argument passed to it.

![demo vid](./assets/demo.gif)

## Commands

```bash
# PS: For the big macs, I use a windows computer

# This will clone to current directory
git clone https://github.com/Di-void/next-prime-cli.git .

# You can use your fave pkg manager here (node is required)
pnpm i

pnpm run build

# install globally
npm i -g .

next-prime
```