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

get-react-template

v1.1.1

Published

A powerful tool to create react templates for particular use cases

Downloads

13

Readme

get-react-template

Overview

get-react-template is a powerful and easy-to-use CLI tool designed to help you quickly set up a variety of project templates, including React, Vite, Tailwind, Node API, and more. This tool provides a menu-based interface where you can select a template, get detailed descriptions, and automatically set up your project with the necessary configurations and dependencies.

Features

  • Multiple project templates to choose from
  • Detailed description, GitHub repository link, and author information for each template
  • Automated project setup with just a few commands
  • Easy-to-follow instructions for running your newly created project

Installation

To install get-react-template globally, run:

npm i -g get-react-template

Usage

To start using get-react-template, simply run:

npx get-react-template <name: optional>

How It Works

  1. Run the command: Execute npx get-react-template in your terminal.
  2. Select a template: Use the menu to browse through the available templates.
  3. View details: Each template provides a description, the GitHub repository link, and the author's name.
  4. Setup the project: Once you select a template, the tool will fetch the necessary files and set up the project for you.
  5. Run the project: Follow the provided instructions to start your project.

Example

Here's an example of what the terminal interaction might look like:

$ npx get-react-template
? Select a template (Use arrow keys)
❯ React - A basic React setup with webpack
  Vite - Fast Vite setup for modern web development
  Tailwind - Tailwind CSS with PostCSS
  Node API - Simple Node.js API boilerplate

Description: A simple description about the project.
Live Preview: https://previewLink
Github Repository: https://github.com/git/repo
Owner: Author name
Thanks to https://github.com/author

After selecting a template, you'll see something like this:

Creating the template for <template name> ..

✨ Successfully created the template for <template name>

Installing node packages with npm...

🎉 The template was setup successfully

To start the app run: 
    
    cd <project>

    npm start (or the best suited command)

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue on GitHub.

License

This project is licensed under the MIT License.

Author

Created by Tushar Garg

Links


With get-react-template, setting up new projects has never been easier. Enjoy coding!