Package Exports
- @jawkit.cc/cli
Readme
JawKit CLI
CLI toolkit for installing AI coding assistant configurations (Claude Code, GitHub Copilot).
Features
- Multi-agent support: Claude Code, GitHub Copilot
- Tiered content: Free and Professional tiers
- Easy setup: One command to install prompts, skills, and configurations
Installation
npm install -g "@jawkit.cc/cli"Quick Start
# Initialize in your project (free tier - no license needed)
jawkit init
# Check available content
jawkit version
# Upgrade to latest content
jawkit upgradeProfessional Tier
Get access to premium prompts, skills, and configurations:
# Purchase at jawkit.cc
# Then activate your license:
jawkit auth activate YOUR_LICENSE_KEY
# Check license status
jawkit auth status
# Re-run init to get professional content
jawkit initCommands
| Command | Description |
|---|---|
jawkit init |
Install content for detected AI assistant |
jawkit upgrade |
Update to latest content |
jawkit auth activate <key> |
Activate a license key |
jawkit auth status |
Show current license status |
jawkit auth deactivate |
Remove license from this machine |
jawkit version |
Show CLI and content versions |
jawkit --help |
Show all commands |
Supported Agents
- Claude Code - Anthropic's AI coding assistant
- GitHub Copilot - GitHub's AI pair programmer
Requirements
- Node.js 18 or higher
Links
- Website: https://jawkit.cc
- Purchase: https://jawkit.cc/pro
- Documentation: https://jawkit.cc/docs
License
Proprietary - See LICENSE for details.
Important: The content installed by JawKit (prompts, skills, configurations) is for your personal or internal business use only. Sharing content with others is not permitted.