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

devsprint-cli

v1.1.1

Published

**DevSprintCLI** is an open-source Command Line Interface (CLI) tool designed to simplify and automate the setup of development environments for modern web applications. Whether you're building a **frontend**, **backend**, or **full-stack** project, DevSp

Readme

DevSprintCLI

DevSprintCLI is an open-source Command Line Interface (CLI) tool designed to simplify and automate the setup of development environments for modern web applications. Whether you're building a frontend, backend, or full-stack project, DevSprintCLI provides a seamless and efficient way to bootstrap your projects with pre-configured templates, folder structures, and essential dependencies.


Features

  • Quick Setup: Initialize backend, frontend, or full-stack projects with a single command.
  • Customizable Templates: Pre-configured setups for React (frontend) and Express.js (backend).
  • Git Integration: Automatically initialize a Git repository and optionally add a remote origin.
  • AI-Powered Assistance:
    • Analyze your project structure and suggest improvements.
    • Generate files based on your requirements.
    • Perform code reviews and error analysis.
  • Pre-configured Tools:
    • Frontend: Vite, React, Redux Toolkit, TailwindCSS, React Router.
    • Backend: Express, Mongoose, Winston, Rate Limiter, and more.
  • Open Source: Fully customizable and open for contributions.

Usage

No installation required. Use npx to run the CLI directly:

npx devsprint-cli

You will be prompted to select:

  1. Project Type: Backend, Frontend, or Full Stack.
  2. Project Name: Name of your project directory.
  3. Git Initialization: Optionally initialize a Git repository and add a remote origin.

AI-Powered Features

These commands are used directly with npx:

🔍 Analyze Project Structure

npx devsprint-cli --suggest

Analyze your project structure and get tailored suggestions for improvements.

🧪 Code Review

npx devsprint-cli --ai-review

Perform an AI-powered code review for a specific file.

📁 Generate Files

npx devsprint-cli --ai-genfile

Generate a new file based on your requirements.

❌ Diagnose Errors

npx devsprint-cli --ai-error

Diagnose and fix errors in your code.

💬 AI Chat Mode

npx devsprint-cli --ai-chat

Enter an interactive chat mode with the AI assistant.


📂 Project Structure

Frontend

src/
├── components/
│   ├── Button.jsx
│   └── Navbar.jsx
├── pages/
│   ├── Home.jsx
│   ├── About.jsx
│   └── NotFound.jsx
├── store/
│   └── store.js
├── App.jsx
├── main.jsx
└── index.css
vite.config.js

Backend

src/
├── config/
│   ├── db.js
│   └── logger.js
├── controllers/
│   └── userController.js
├── middleware/
│   ├── errorMiddleware.js
│   └── rateLimiter.js
├── models/
│   └── userModel.js
├── routes/
│   └── userRoutes.js
├── app.js
└── server.js
.env
Dockerfile

📦 Dependencies

Frontend

  • Core: React, Redux Toolkit, React Router
  • Styling: TailwindCSS
  • Utilities: Axios, React Toastify, React Icons

Backend

  • Core: Express, Mongoose
  • Utilities: Dotenv, Cors, Morgan, Cookie-Parser
  • Middleware: Express Rate Limiter, Winston for logging
  • Dev Tools: Nodemon, ESLint, Prettier

📖 Command Summary

| Command | Description | | -------------------------------- | ------------------------------------------------------- | | npx devsprint-cli | Start the interactive CLI to set up a project. | | npx devsprint-cli --suggest | Analyze the project structure and suggest improvements. | | npx devsprint-cli --ai-review | Perform an AI-powered code review. | | npx devsprint-cli --ai-genfile | Generate a file based on your requirements. | | npx devsprint-cli --ai-error | Diagnose and fix errors in your code. | | npx devsprint-cli --ai-chat | Start an AI-powered interactive chat. |


🌟 Full Stack Project Example

npx devsprint-cli
  1. Select Full Stack as the project type.
  2. Enter the project name (e.g., my-fullstack-app).
  3. Choose whether to initialize a Git repository.
  4. The tool will scaffold both frontend and backend directories.

Run Your Project

  • Start the backend:

    cd backend
    npm run dev
  • Start the frontend:

    cd frontend
    npm run dev

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.


🤝 Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

🛡️ Security

If you discover any security vulnerabilities, please report them by opening an issue or contacting the maintainers directly.


📧 Contact


🏗️ Future Roadmap

  • ✅ Add support for TypeScript.
  • ✅ Expand AI-powered capabilities.
  • ✅ Support more frameworks like Angular and Vue.
  • ✅ CI/CD pipeline integration.

❤️ Acknowledgements

License: MIT