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 🙏

© 2026 – Pkg Stats / Ryan Hefner

project-launchkit

v1.0.4

Published

A unified CLI tool for creating projects with various frameworks and templates

Readme

🚀 Project LaunchKit

GitHub license npm version CI GitHub issues GitHub stars GitHub forks

✨ Features

| 🚀 Quick project initialization | 📱 Multiple framework support | ⚡ Interactive CLI interface | |:---:|:---:|:---:| | 🎨 Beautiful terminal UI | ✨ Extensive template options | 🛠️ Customizable configurations |

📸 Screenshots

📋 Requirements

  • Node.js >= 16.x
  • npm >= 7.x

💻 Installation

# Global installation
npm install -g project-launchkit

# Or run directly with npx
npx project-launchkit

🔧 Usage

# Start the interactive CLI
launchkit

# Or with npx
npx project-launchkit

📚 Supported Templates

  • ✅ Default (TypeScript enabled)
  • ✅ Blank
  • ✅ Blank TypeScript
  • ✅ Tabs Navigation
  • ✅ Bare Minimum
  • ✅ Default (Latest features)
  • ✅ Default (Vanilla JavaScript)
  • ✅ Webpack
  • ✅ Webpack + TypeScript
  • ✅ Vite
  • ✅ Vite + TypeScript
  • ✅ Vanilla JavaScript
  • ✅ Vanilla TypeScript
  • ✅ Vue.js
  • ✅ Vue.js + TypeScript
  • ✅ React
  • ✅ React + TypeScript
  • ✅ React + SWC
  • ✅ React + SWC + TypeScript
  • ✅ Preact
  • ✅ Preact + TypeScript
  • ✅ Lit
  • ✅ Lit + TypeScript
  • ✅ Svelte
  • ✅ Svelte + TypeScript
  • ✅ Solid
  • ✅ Solid + TypeScript
  • ✅ Qwik
  • ✅ Qwik + TypeScript
  • ✅ Default template
  • ✅ Default (Jade/Pug)
  • ✅ EJS template
  • ✅ Handlebars template
  • ✅ Pug template
  • ✅ No view (API mode)
  • ✅ EJS + Sass
  • ✅ Pug + Stylus
  • ✅ Handlebars + Less
  • ✅ Default (TypeScript)
  • ✅ Strict mode
  • ✅ Skip Git
  • ✅ Skip Install
  • ✅ With npm
  • ✅ With yarn
  • ✅ With pnpm
  • ✅ Default (Standalone)
  • ✅ With Routing
  • ✅ With SCSS
  • ✅ With NgModules
  • ✅ Minimal setup
  • ✅ Strict mode
  • ✅ Complete setup
  • ✅ Default template
  • ✅ SvelteKit
  • ✅ TypeScript
  • ✅ Minimal
  • ✅ Demo content
  • ✅ Default template
  • ✅ TypeScript
  • ✅ JavaScript
  • ✅ Minimal
  • ✅ No Git

👨‍💻 Development

# Clone the repository
git clone https://github.com/thejacedev/LaunchKit-CLI.git
cd LaunchKit-CLI

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build the project
npm run build

# Run the built version
npm start

🧪 Testing and Quality Assurance

📁 Project Structure

LaunchKit-CLI/
├── src/           # Source code
│   ├── config/    # Template configurations
│   ├── types/     # TypeScript types
│   └── utils/     # Utility functions
├── __test__/      # Test files
├── dist/          # Compiled output (generated)
└── coverage/      # Test coverage reports (generated)

🤝 Contributing

  1. All tests pass (npm test)
  2. Code coverage meets thresholds (npm run test:coverage)
  3. No linting errors exist (npm run lint)
  4. No unused dependencies (npm run depcheck)
  5. TypeScript compiles successfully (npm run build)
  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Run the quality checks:
    npm run build        # Ensure it builds
    npm test            # Run all tests
    npm run lint        # Check code style
    npm run depcheck    # Check dependencies
  5. Commit your changes (git commit -m 'Add some amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request
  • Maintain test coverage above 80%
  • Follow the existing code style
  • Include tests for new features
  • Update documentation as needed
  • Keep dependencies minimal and up-to-date

📜 License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

🙏 Acknowledgments

| Expo | Next.js | Electron | |:---:|:---:|:---:| | Vite | React Router | Express | | Nest.js | Angular | Svelte | | Blitz.js | Inquirer.js | |