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

@baptistelechat/boilerplate

v1.1.1

Published

A CLI for use baptistelechat-boilerplate for easily bootstrap a new project using NextJS.

Downloads

69

Readme

A CLI for use baptistelechat-boilerplate for easily bootstrap a new project using NextJS.

✨ Getting Started

These instructions will guide you on how to install and use the Baptiste LECHAT Boilerplate CLI to create a new project.

create new project

🚩 Prerequisites

You have to install node on your machine : https://nodejs.org/en/download/

💻 Installing the CLI

To install the Baptiste LECHAT Boilerplate CLI, run the following command:

npm install -g @baptistelechat/boilerplate

🛠️ Using the CLI

To create a new project using the Baptiste LECHAT Boilerplate CLI, follow these steps:

Step 1 → After installing the CLI, run this command with the project name :

@baptistelechat/boilerplate -n my-new-project

You can also use npx or yarn dlx or pnpm dlx to run the CLI without installing it globally:

npx @baptistelechat/boilerplate -n my-new-project
# or
yarn dlx @baptistelechat/boilerplate -n my-new-project
# or
pnpm dlx @baptistelechat/boilerplate -n my-new-project

Step 2 → Navigate to the newly created project directory :

cd my-new-project

Step 3 → Start your local server :

npm run dev
# or
yarn dev
# or
pnpm dev

Step 4 → Open a browser and go to localhost :

localhost:3000

📚 Commands

The Baptiste LECHAT Boilerplate CLI provides the following commands:

💡 Remind you can also use npx, yarn dlx, or pnpm dlx to run the CLI without installing it globally

Project Name

Specify the name of your new project using the -n or --name flag:

@baptistelechat/boilerplate -n my-new-project
# or
@baptistelechat/boilerplate --name my-new-project

Installer

Choose a package installer for your project. The available options are npm, yarn, and pnpm. By default, the CLI uses pnpm as the package installer:

@baptistelechat/boilerplate -i yarn -n my-new-project
# or
@baptistelechat/boilerplate --installer npm -n my-new-project

Note that if you don't specify an installer, the CLI will use pnpm as the default package installer:

@baptistelechat/boilerplate -n my-new-project

Help

Display help information for the CLI:

@baptistelechat/boilerplate -h
# or
@baptistelechat/boilerplate --help

help

🏗 Technical Stack

This coilerplate use :

  • NextJS → https://nextjs.org/
  • TypeScript → https://fr.reactjs.org/
  • Shadcn/ui → https://ui.shadcn.com/
  • Zod → https://zod.dev/
  • Zustand → https://github.com/pmndrs/zustand
  • Auto-form → https://github.com/vantezzen/auto-form/tree/main
  • Framer Motion → https://www.framer.com/motion/

😸 Maintainers

This project is mantained by:

👨‍💻👩‍💻 Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

⭐ Show your support

Give a ⭐️ for support the project or if this project helped you !

😂 Gitmoji

This project use Gitmoji : "An emoji guide for your commit messages".