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

nim-ci-cd

v1.2.0

Published

**Nim** is a powerful CLI tool that automates the creation of CI/CD pipelines for **Docker**, **Kubernetes**, and **GitHub Actions**, enabling seamless deployments for **React**, **Next.js**, and **Node.js** applications.

Downloads

10

Readme

Nim CI/CD Tool

Nim is a powerful CLI tool that automates the creation of CI/CD pipelines for Docker, Kubernetes, and GitHub Actions, enabling seamless deployments for React, Next.js, and Node.js applications.

With Nim, you can quickly set up Docker images, deploy to Kubernetes, push images to Docker Hub, set up CI/CD pipelines, and even automate secret management for GitHub Actions. This tool helps you streamline the deployment process with zero downtime using advanced features.

Features

  • Docker Integration: Create Dockerfiles, build Docker images, and push them to Docker Hub.
  • Kubernetes Integration: Generate Kubernetes deployment YAML for zero-downtime deployments.
  • GitHub Actions Integration: Set up automated CI/CD pipelines for your projects.
  • Jenkins Integration: Generate Jenkinsfiles for Jenkins-based CI/CD automation.
  • Interactive Prompts: Dynamically ask for necessary configuration details (e.g., Docker image name, GitHub secrets).
  • Error Handling and Logging: Built-in error handling, logging, and status reporting using Ora and Chalk.
  • Cloud Deployment: Placeholder for AWS Elastic Beanstalk, GCP, and DigitalOcean deployment options.
  • Versioning: Easily track the version of the tool and get help via the command line.

Prerequisites

Before using Nim, ensure that you have the following installed:

  • Node.js: The tool is built with Node.js, so make sure it's installed. You can download and install it from here.
  • Docker: Ensure Docker is installed to build and push Docker images. You can download Docker from here.
  • Kubernetes: Kubernetes must be set up and kubectl installed to deploy applications.
  • GitHub Account: For GitHub Actions integration, you will need a GitHub account and repository access.
  • Jenkins (Optional): If you choose to use Jenkins, ensure Jenkins is set up on your system.

Installation

## ⚡ Quick Install

Install globally via npm:

npm install -g nim-ci-cd

Now the nim command is available globally.

🚀 Usage

Run the CLI to perform CI/CD tasks:

nim ci-cd help

This shows all available commands.

Docker Commands

# Create Dockerfile
nim ci-cd create-dockerfile

# Build Docker image
nim ci-cd build-image

# Push Docker image to Docker Hub
nim ci-cd push-image

Kubernetes Commands

# Create Kubernetes deployment YAML
nim ci-cd create-k8s-deployment

# Deploy to Kubernetes cluster
nim ci-cd deploy-k8s

# Setup GitHub Actions workflow

nim ci-cd setup-github-actions

Setup Jenkins pipeline

nim ci-cd setup-jenkins

Setup GitHub Secrets for secure credentials

nim ci-cd setup-github-secrets

# Setup GitHub Actions workflow
nim ci-cd setup-github-actions

# Setup Jenkins pipeline
nim ci-cd setup-jenkins

# Setup GitHub Secrets for secure credentials
nim ci-cd setup-github-secrets

🎉 Quick Start Example

# Install globally
npm install -g nim-ci-cd

# Create Dockerfile
nim ci-cd create-dockerfile

# Build Docker image
nim ci-cd build-image

# Push image to Docker Hub
nim ci-cd push-image

# Create Kubernetes deployment
nim ci-cd create-k8s-deployment

# Deploy app
nim ci-cd deploy-k8s

# Setup GitHub Actions pipeline
nim ci-cd setup-github-actions

⚙ Configuration

Docker Image Name: Specify interactively or manually with --image.

Kubernetes Deployment: Customize namespace, replicas, labels, and environment variables.

🌟 Advanced Features

Multi-stage Docker builds for smaller images

Zero-downtime Kubernetes deployments

Helm chart integration for Kubernetes

Placeholder cloud deployments: AWS, GCP, DigitalOcean

🤝 Contributing

Fork repo

Create branch: git checkout -b feature/feature-name

Commit: git commit -m "Add feature"

Push: git push origin feature/feature-name

Open a pull request

Credit

https://www.zaynmiraj.com [email protected]

Organizations

NimCloud Systems
https:///www.nimcloudsystems.com

📄 License

MIT License — see LICENSE file.