npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@pks-cli/cli

v6.5.2

Published

The next agentic CLI for .NET developers

Readme

PKS CLI

The next agentic CLI for .NET developers - combining beautiful terminal UI with AI-powered development assistance and Kubernetes deployment capabilities.

Installation

Quick Install (npm)

npm install -g @pks-cli/cli

Quick Install (.NET Global Tool)

dotnet tool install -g pks-cli

Usage

After installation, use the pks command:

# See all available commands
pks --help

# Initialize a new project
pks init MyProject

# Interactive mode (prompts for details)
pks init

# Create agentic project with MCP integration
pks init MyAgent --agentic --mcp --template agent

# API project with specific template
pks init MyApi --template api --description "REST API for my application"

# Web application with agentic features
pks init MyWebApp --template web --agentic --description "Intelligent web application"

# Generate ASCII art
pks ascii "Hello PKS"

# View system status
pks status

Available Commands

  • pks init - Project initialization with templates and intelligent features

    • Supports multiple templates: console, api, web, agent, library
    • Agentic features with --agentic flag for AI automation
    • MCP integration with --mcp flag for AI tool connectivity
    • Interactive mode when no project name provided
    • Force overwrite with --force flag
  • pks agent - AI agent management (create, list, status, remove)

  • pks deploy - Intelligent deployment orchestration

  • pks status - System monitoring with real-time insights

  • pks ascii - ASCII art generation with animations

Platform Support

PKS CLI supports the following platforms:

  • Linux x64
  • Linux ARM64
  • macOS x64 (Intel)
  • macOS ARM64 (Apple Silicon)
  • Windows x64
  • Windows ARM64

The correct binary for your platform is automatically selected during installation.

Requirements

  • Node.js 18.0.0 or higher (for npm installation)
  • .NET 10.0 or higher (for .NET tool installation)

Features

  • Beautiful terminal UI with Spectre.Console
  • AI-powered development assistance
  • Model Context Protocol (MCP) integration
  • Kubernetes deployment capabilities
  • Project scaffolding with multiple templates
  • Interactive prompts for ease of use
  • Development container support
  • Git hooks integration
  • Comprehensive documentation generation

Troubleshooting

Binary Not Found

If you see "PKS CLI binary not found" after installation:

# Try forcing reinstall
npm install -g @pks-cli/cli --force

# Or install the platform-specific package manually
npm install -g @pks-cli/cli-linux-x64  # for Linux x64
npm install -g @pks-cli/cli-osx-arm64  # for macOS Apple Silicon
npm install -g @pks-cli/cli-win-x64    # for Windows x64

Unsupported Platform

If your platform is not supported, please use the .NET global tool installation method:

dotnet tool install -g pks-cli

Documentation

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please see the GitHub repository for more information.

Support

For issues and questions:


Built with love by the PKS Team