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

create-custom-vite

v1.1.2

Published

Customiza tu proyecto Vite

Downloads

28

Readme

create-custom-vite

Change lang: EN

CLI en construcción 🚧 para crear proyecto de Vite, que por el momento utiliza como base los templates oficiales: react o react-ts.

Podes elegir entre estas herramientas, algunas tienen opciones de configuración extra:

| Nombre | Configuración | Recomendado | Type | | ------------ | --------------------- | ----------- | ---------------- | | ESLint | Recomendada - Standar | ✅ | Linter/Formatter | | Prettier | Default - Ninguna | ✅ | Formatter | | Husky | | | Git Hooks | | Lint Staged | | | Git Linter | | React router | | | Router | | Wouter | | | Router |

De esta manera no perdes tiempo y podes empezar a codear! 🤓

NOTA: Las opciones recomendadas (✅), están tildadas por defecto para que no las tengas que seleccionar. Mejoran tu entorno de desarrollo, ocupandose del formato del código y marcando errores. Podes destildarlas

Configuraciones extra

ESLint

| Recomendada | Standar | | --------------------------------------------------------------------- | ------------------------------------------------------ | | ✔ How would you like to use ESLint? · problems | Info | | ✔ What type of modules does your project use? · esm | | ✔ Which framework does your project use? · react | | ✔ Does your project use TypeScript? · No 🚧 / Yes | | ✔ Where does your code run? · browser | | ✔ What format do you want your config file to be in? · JavaScript |

Prettier

| Default | Ninguna | | -------------------------- | ------- | | Info | {} |

Como usar

  1. Ejecuta el siguiente comando para crear tu proyecto:
 npx create-custom-vite

https://user-images.githubusercontent.com/109123029/225988309-1105d2d2-b4aa-4227-90a3-4e3e03f9b0e6.mp4


  1. Responde las preguntas con (y/n) o elegiendo una de las opciones.

💡 Si la opción esta tildada por defecto, podes utilizar Enter

  1. Entra a la carpeta de tu nuevo proyecto y en la terminal escribí el comando npm run dev para verificar que funcione.

  2. Podes dejar las configuraciones por defecto o modificarlas a tu gusto 🥳

Pedir cambios o avisar de un error

Para esto podes abrir un issue con lo que te gustaría agregar al proyecto, error o configuraciones extras que quisieras que se puedan seleccionar.

Herramientas en tu nuevo proyecto ✨

Dependiendo del template seleccionado:

Dependiendo de las respuestas:

Routers:

Autora

👩🏻‍💻 Noelia Donato

Feedback

Si tenes algún feedback, escribí a [email protected] 🤗

Colaboradorxs

Licencia

MIT