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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cidrly

v0.5.1

Published

Network architecture and design planning CLI tool

Downloads

481

Readme

cidrly

Network architecture and design planning CLI tool with automatic subnet calculations, VLAN management, and an interactive terminal dashboard.

npm version npm downloads Node Version License: CC BY-NC-SA 4.0

Features

  • Terminal dashboard with keyboard navigation and row virtualization
  • VLSM optimization with "Largest First" allocation
  • Dual efficiency metrics (Supernet + Range)
  • Configurable capacity planning - Adjust growth percentage from 0-200% (default: 100%)
  • Sortable table columns - Sort by any column with Tab + arrow keys
  • Automatic subnet and supernet calculation
  • VLAN management with per-subnet tracking (1-4094)
  • Manual network locking - Lock specific subnets to fixed addresses
  • Auto-fit blocks - Allocate subnets to specific IP blocks
  • Save/load network plans as JSON with per-plan preferences

Import

  • CSV - Import from spreadsheets
  • YAML - Import from IaC configurations
  • Vendor configs - Cisco IOS/NX-OS, Juniper JunOS, Arista EOS, FortiGate, Netgear, Ubiquiti

Export

  • YAML - Infrastructure as Code workflows
  • CSV - Spreadsheet compatibility with metadata headers
  • PDF - Documentation and reports
  • Terraform - AWS, Azure, GCP configurations
  • Vendor configs - Cisco IOS/NX-OS, Juniper JunOS, Arista EOS, FortiGate, Netgear, Ubiquiti

Requirements

  • Node.js: 24.0.0 or higher
  • npm: 10.0.0 or higher

Installation

Homebrew (macOS/Linux):

brew tap chuckycastle/cidrly
brew install cidrly
cidrly

NPM (All Platforms):

npm install -g cidrly
cidrly

Usage

Launch the interactive dashboard:

cidrly

Or use CLI commands:

cidrly create --name="My Network" --save
cidrly add --name="Engineering" --vlan=10 --devices=50 --plan=my-network.json
cidrly calculate --plan=my-network.json
cidrly view --plan=my-network.json

Examples

See examples/ for sample network plans:

  • example-campus-network.json - Multi-building university network
  • example-data-center.json - Three-tier application infrastructure
  • example-branch-office.json - Small office network

Documentation

Documentation is available on the GitHub Wiki:

Contributing

Contributions are welcome. Here's how to help:

Reporting Bugs

Found a bug? Please use our Bug Report template to provide:

  • Clear description of the issue
  • Steps to reproduce
  • Your environment (cidrly version, Node.js version, OS)
  • Error logs if available

Feature Requests

Have an idea? Submit a Feature Request with:

  • Description of the feature
  • Use case and problem it solves
  • Proposed implementation ideas

Questions & Documentation

Code Contributions

See CONTRIBUTING.md for development setup and guidelines.

Support

For issues or feature requests, open an issue on GitHub.