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 🙏

© 2025 – Pkg Stats / Ryan Hefner

stackcrte-npm

v1.1.0

Published

A global CLI tool to quickly scaffold projects with popular frontend frameworks. Choose from React, Vue, Angular, Svelte, and Astro to start your web development projects with ease.

Downloads

44

Readme

stackcrte

stackcrte es una herramienta de línea de comandos (CLI) global para crear rápidamente proyectos con los frameworks de frontend más populares. Con una simple selección, puedes generar el esqueleto de un proyecto para React, Vue, Angular, Svelte o Astro.


Características

  • CLI Interactiva: Elige entre los principales frameworks de frontend mediante un menú interactivo.
  • Comandos Actualizados: Utiliza siempre la versión más reciente de los generadores de proyectos, como npx create-react-app, npm create vue@latest, etc.
  • Compatibilidad con los Frameworks Populares: Funciona con frameworks populares como React, Vue, Angular, Svelte y Astro.
  • Sencillo y Rápido: Comienza rápidamente tu proyecto con los comandos adecuados y las estructuras preconfiguradas.

Instalación

Para instalar stackcrte globalmente, usa el siguiente comando:

npm install -g stackcrte-npm

Uso

Una vez que el paquete está instalado globalmente, puedes invocar stackcrte desde la línea de comandos de la siguiente manera:

npx stackcrte

Te aparecerá un menú interactivo en la terminal, donde podrás seleccionar el framework que deseas utilizar para tu proyecto.


Frameworks disponibles

  • React
  • Vue
  • Angular
  • Svelte
  • Astro

Ejemplos de Comandos Generados

  • React: npx create-react-app my-app
  • Vue: npm create vue@latest
  • Angular: npx @angular/cli new my-app
  • Svelte: npx degit sveltejs/template my-app
  • Astro: npm create astro@latest

Contribuciones

¡Las contribuciones son bienvenidas! Si deseas mejorar stackcrte, siéntete libre de abrir un issue o pull request.

  1. Haz un fork del proyecto.
  2. Crea una rama para tu mejora (git checkout -b feature/nueva-característica).
  3. Haz commit de tus cambios (git commit -am 'Agrega nueva característica').
  4. Envía un pull request.

Licencia

Este proyecto está bajo la Licencia MIT.


Notas

Puedes añadir más secciones según sea necesario, como "Cómo contribuir", "Créditos" o "Tareas pendientes", dependiendo de la evolución del proyecto.