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

excela

v1.0.4

Published

Excela is a CLI tool designed to simplify project setup. It helps you quickly set up backend, frontend, or fullstack projects like MERN, with options to include TailwindCSS and other essential tools.

Downloads

358

Readme

Excela

Excela is a simple command-line tool to help developers easily set up their projects with a variety of configurations. Whether you're starting a backend, frontend, or full-stack project, Excela simplifies the process by guiding you through the setup of essential tools like TailwindCSS, Vite, and other useful utilities for modern web development.

Features

  • Easy Project Setup: Quickly initialize backend, frontend, or full-stack projects.
  • MERN Stack Setup: Helps you set up a full MERN (MongoDB, Express, React, Node.js) stack with minimal effort.
  • Frontend Setup: Initialize frontend projects using tools like Vite or Create React App.
  • TailwindCSS Integration: Optionally include TailwindCSS for modern, responsive UI design.
  • Efficient Configuration: Select your preferred tools and technologies during the setup process.

Installation

You can use Excela in two ways:

  1. Directly via npx (no installation required).
  2. By installing it globally or locally with npm.

Option 1: Using npx (Recommended for Quick Use)

Run the following command to use Excela without installation:

npx excela@latest

Option 2: Install Globally or Locally

npm install -g excela

Once installed, you can run the tool using:

excela

npx excela@latest

This command will walk you through setting up a project by asking you a few questions about your preferred tech stack. Based on your choices, it will:

  • Set up frontend (with Vite or Create React App).
  • Set up backend (Node.js or Express).
  • Set up full-stack (MERN stack).
  • Optionally include TailwindCSS for frontend styling.

Setup Process

During the initialization, Excela will ask you a few questions to determine the configuration of your project. These include:

  1. Project Name: The name for your new project.
  2. Tech Stack Choice: Choose whether you want a backend, frontend, or a full-stack (MERN) setup.
  3. Frontend Setup:
    • Select the build tool: Vite or Create React App.
    • Choose the project language: JavaScript or TypeScript.
    • Optionally add TailwindCSS for modern CSS styling.
  4. Backend Setup: Choose whether you want a backend with Express.

Once the choices are made, Excela will create the project structure, install dependencies, and set up configuration files.

Example Usage

After running the following command, you'll be prompted to make selections for your project:

npx excela@latest

Contributing

If you'd like to contribute to Excela, feel free to submit a pull request! Here's how you can contribute:

  1. Fork the repository.
  2. Clone your fork locally.
  3. Create a new branch for your changes.
  4. Make your changes and commit them.
  5. Push the changes to your fork.
  6. Create a pull request from your fork to the main repository.