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 🙏

© 2024 – Pkg Stats / Ryan Hefner

init-wizard

v1.0.2

Published

Project Initializer CLI is a command-line tool designed to help developers quickly set up and configure new or existing React or Node.js projects. It provides an interactive prompt that guides users through the process of adding TypeScript, ESLint, Pretti

Downloads

19

Readme

init-wizard (Project Initializer CLI)

Description

Project Initializer CLI is a command-line tool designed to help developers quickly set up and configure new or existing React or Node.js projects. It provides an interactive prompt that guides users through the process of adding TypeScript, ESLint, Prettier, Husky, and TailwindCSS to their projects. The CLI ensures that all necessary configurations and dependencies are installed and set up correctly, making it easier for developers to maintain consistent code quality and style across their projects.

Features

  • Interactive Prompts: Guides users through the setup process with easy-to-follow questions.
  • TypeScript Integration: Adds TypeScript support to your project.
  • ESLint Configuration: Sets up ESLint for code linting and quality assurance.
  • Prettier Setup: Integrates Prettier for consistent code formatting.
  • Husky & Lint-Staged: Configures Husky and Lint-Staged for pre-commit hooks to ensure code quality before commits.
  • TailwindCSS Installation: Optionally adds TailwindCSS for utility-first CSS framework support.

NOTE: init-wizard assumes you are currently using npm as package manager. We are adding compatibility for pnpm in later version soon.

Usage

To initialize a new or existing project, navigate to your project directory and run:

  • npx (without downloading the package)
npx init-wizard

Example

$ npx init-wizard
? What type of project are you initializing? (Use arrow keys)
❯ React
  Node.js
? Do you want to add TypeScript? (Y/n)
? Do you want to add ESLint? (Y/n)
? Do you want to add Prettier? (Y/n)
? Do you want to add Husky for Git hooks? (Y/n)
? Do you want to add TailwindCSS? (y/N)

Future Plans:

  • Docker Initializer: Automated Docker setup for Next.js, React.js, Vite, and Node.js projects.
  • Base Test Cases: Integration of base test cases for popular test libraries.
  • Package Rewrites: Handles package rewrites if configuration files already exist.
  • Conventional Commits: Integration on converntional commits in the project.

License

This project is licensed under the MIT License.