How to build an npx starter template

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • create-my-template

  • I have created a sample starter template that I will walk through in this article.

  • Commander.js

    node.js command-line interfaces made easy

  • You can use tools like commander or inquirer to add interactive command-line interface.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Inquirer.js

    A collection of common interactive command line user interfaces.

  • You can use tools like commander or inquirer to add interactive command-line interface.

  • chalk

    🖍 Terminal string styling done right

  • Add some styling using chalk.

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  • Astro (npm create astro@latest)

  • create-react-app

    Set up a modern web app by running one command.

  • Create React App (npx create-react-app my-app)

  • Next.js

    The React Framework

  • Next.js (npx create-next-app@latest)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • create-nuxt-app

    Create Nuxt.js App in seconds.

  • Nuxt.js (npx create-nuxt-app my-app)

  • SvelteKit

    web development, streamlined (by sveltejs)

  • SvelteKit (npm create svelte@latest my-app)

  • remix

    Build Better Websites. Create modern, resilient user experiences with web fundamentals.

  • Remix (npx create-remix@latest)

  • turborepo

    Discontinued Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turborepo and Turbopack. [Moved to: https://github.com/vercel/turbo]

  • Turborepo (npx create-turbo@latest)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts