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

code-launcher

v1.3.21

Published

---

Downloads

1,368

Readme

code:launcher


Overview

code:launcher is a visual tool designed to streamline the process of initializing various front-end and back-end web development projects. It offers a graphical interface to quickly start new projects using popular web development frameworks and libraries. This interface allows developers to skip the manual setup process for different project types, improving efficiency, especially when working with multiple project types or testing new setups.

Key Features

  • Template-Based Project Creation: Select from a variety of project templates including Next.js, Vite, Three.js, and more, for both front-end and back-end development.
  • Existing Project Management: View and access your existing projects directly from the UI.
  • Integrated CLI Command Runner: Use the built-in CLI command runner to quickly execute project-specific commands without leaving the interface.
  • Frameworks and Tools Supported:
    • Next.js: Full-stack React framework for building web applications.
    • Vite (Vanilla/React + TypeScript): Lightweight front-end build tool that offers fast development and hot module replacement.
    • Three.js: 3D graphics library for rendering 3D content in the browser.
    • Pixi.js: A fast 2D rendering engine.
    • Express + TypeScript: Node.js web application framework, enhanced with TypeScript.
    • Astro: Static site generator optimized for performance.
    • Elysia: A new framework for building fast, scalable APIs.
    • Turbo Monorepo: Tooling for managing monorepos with TurboRepo.
    • v0 Powered App: Likely refers to a framework or library utilizing version 0 of a specific technology.

How to Use

  1. Start a New Project:

    • Select one of the project templates by clicking on the desired option (e.g., Next.js, Vite, Three.js, etc.).
    • The selected template will initialize a new project with the necessary configuration and folder structure.
  2. Access Existing Projects:

    • Scroll down to the "Existing Project Directories" section.
    • Click on any existing project to open or manage the project.
  3. Run CLI Commands:

    • Enter commands in the CLI input field (indicated by the prompt > + CLI command) to run specific tasks or commands related to your project.
  4. Custom Configuration:

    • For advanced users, modify configurations of the initialized projects by editing the respective config or .env files in the generated project directories.

Installation

Prerequisites

  • Node.js: Ensure you have Node.js installed (v14+ recommended).
  • Git: For cloning templates if not locally available.

Installation Steps

  1. Clone the Repository:

    git clone https://github.com/your-repo/code-launcher.git
    cd code-launcher
  2. Install Dependencies:

    npm install
  3. Start the Application:

    npm start
  4. Access the UI:
    Open a browser and navigate to http://localhost:19002 to start using the interface.

Contribution

Feel free to fork this repository, submit issues, or send pull requests. All contributions are welcome.

License

This project is licensed under the MIT License.


Developer Notes

  • Customization: Modify the available project templates by editing the configuration files in the /templates directory.
  • CLI Commands: You can use the CLI input to execute custom commands such as npm install, git init, or any other terminal-based command.