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
- Host: GitHub
- URL: https://github.com/di-void/next-prime-cli
- Owner: di-void
- Created: 2023-09-13T00:24:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T01:05:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T20:35:23.891Z (over 1 year ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# next-prime
Toy CLI for finding the next prime number after the first argument passed to it.

## 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
```