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

@jaiminbariya/auto-init

v1.0.7

Published

A CLI tool for project initialization with React, Vite, Tailwind CSS, Firebase, and GitHub Actions.

Readme

@jaiminbariya/auto-init

@jaiminbariya/auto-init is a CLI tool designed to streamline project setup with modern web development technologies like React, Vite, Tailwind CSS, Firebase, and GitHub Actions. It automates the initialization process, making it easy to start a new project with minimal manual configuration.

Features

  • React + Vite: Quickly create a React app using Vite.
  • Tailwind CSS: Automates Tailwind CSS installation and configuration.
  • Firebase Integration: Optionally set up Firebase for backend services.
  • GitHub Actions: Automatically configures CI/CD pipelines with GitHub Actions.
  • Flexible Project Structure: Supports customizable directory names for frontend and backend.

Installation

Global Installation

Install the package globally for easy access:

npm install -g @jaiminbariya/auto-init

Then, run the tool using:

auto-init

Using npx (No Global Installation Needed)

You can also use it without installing globally:

npx @jaiminbariya/auto-init

Usage

Once you run the command, auto-init will guide you through a series of interactive prompts:

  1. Frontend Setup: Choose whether to create a React project.
  2. Tailwind CSS: Optionally add Tailwind CSS for styling.
  3. Firebase: Set up Firebase if needed.
  4. GitHub Actions: Enable CI/CD for automated deployments.

Example Command

auto-init

Example Project Directory Structure

/my-new-project
  ├── /frontend         # React app with Tailwind CSS
  │   ├── /src
  │   └── tailwind.config.js
  └── /backend          # Firebase or backend setup (optional)

Alternative Installation via auto-init-cloudboy

If you prefer using an unscoped package:

npm install -g auto-init-cloudboy

This package wraps @jaiminbariya/auto-init and provides the same functionality with a simpler name.


Development

Contributing

Contributions are welcome! Follow these steps to set up your local development environment:

  1. Clone the repository:
    git clone https://github.com/jaiminbariya/auto-init.git
  2. Navigate to the project directory:
    cd auto-init
  3. Install dependencies:
    npm install
  4. Link the package globally for testing:
    npm link
  5. Run the CLI locally:
    auto-init

License

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


Acknowledgments

  • Inspired by popular tools like create-react-app, Vite, and Tailwind CSS.
  • Special thanks to the open-source community for Firebase and GitHub Actions support.