command
module
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Apr 21, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
95 CLI
Build from scratch
A command-line tool for 95ninefive.dev. Your code runs locally, gets validated server-side, and tracks your progress as you level up your skills.
Features
- GitHub OAuth Authentication - Secure login with your GitHub account
- Local Execution - Your code runs on your machine for fast feedback
- Server-Side Validation - Expected outputs never leave the server (prevents cheating)
- Progress Tracking - Automatically saves your progress as you complete stages
- Cascading Tests - Tests all prerequisite stages to ensure backward compatibility
Installation
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/chibuka/95-cli/main/install.sh | bash
Manual Installation
- Download the latest binary for your platform from Releases
- Extract and move to your PATH:
# macOS/Linux
sudo mv 95 /usr/local/bin/
chmod +x /usr/local/bin/95
Build from Source
Requirements: Go 1.23+
git clone https://github.com/chibuka/95-cli.git
cd 95-cli
go build -o 95
sudo mv 95 /usr/local/bin/
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a branch
- Make your changes
- Submit a pr, thank you :)
License
MIT License - see LICENSE for details
Links
ありがとうございます 💯
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
internal
|
|
|
|
|
ui
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.