Npx

Open-source projects categorized as Npx

Top 16 Npx Open-Source Projects

  • create-t3-app

    The best way to start a full-stack, typesafe Next.js app

  • Project mention: Deploy Full-Stack Next.js T3App with Cognito and Prisma using AWS Lambda | dev.to | 2024-04-15

    import { unstable_noStore as noStore } from "next/cache"; import Link from "next/link"; import { CreatePost } from "~/app/_components/create-post"; import { getServerAuthSession } from "~/server/auth"; import { api } from "~/trpc/server"; export default async function Home() { noStore(); const hello = await api.post.hello.query({ text: "from tRPC" }); const session = await getServerAuthSession(); return (

    Create T3span> App h1>

    First Steps →h3>
    Just the basics - Everything you need to know to set up your database and authentication. div> Link>

    Documentation →h3>
    Learn more about Create T3 App, the libraries it uses, and how to deploy it.div> Link> div>

    {hello ? hello.greeting : "Loading tRPC query..."}p>

    {session && Logged in as {session.user?.email}span>} p> {session ? "Sign out" : "Sign in"} Link> div> div> div> main> ); } async function CrudShowcase() { const session = await getServerAuthSession(); if (!session?.user) return null; const latestPost = await api.post.getLatest.query(); return (

    {latestPost ? (

    Your most recent post: {latestPost.name}p> ) : (

    You have no posts yet.p> )} div> ); }

  • superplate

    A well-structured production-ready frontend boilerplate with Typescript, React Testing Library, styled-component, React Query, .env, Axios, Bundle Analyzer, Prettier and 30+ plugins. superplate creates projects for React.js, Next.js, and refine. https://pankod.github.io/superplate/

  • Project mention: Faster way to kickstart and develop backend REST apis? | /r/Backend | 2023-06-28
  • 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
  • nve

    Run any command on specific Node.js versions

  • sindresorhus-cli

    The Sindre Sorhus CLI

  • periodic-table-cli

    An interactive Periodic Table of Elements app for the console!

  • Project mention: Periodic Table CLI | news.ycombinator.com | 2024-02-18
  • pipcorn

    🍿 Watch YouTube videos on your Mac via CLI

  • forge-node-app

    🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools

  • 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
  • magit-stats

    A git statistics report generator that can be used both as an individual CLI Tool or called from inside Emacs.

  • why

    A tool to document your package.json scripts

  • create-ojaynico-krn

    A CLI tool to create a new React Native project in Kotlin

  • termi-clicker

    🤖 A programming-themed based-in-terminal clicker game!

  • gev

    Effortlessly npx way to init slightly opinionated projects boilerplates (by SrBrahma)

  • npx_card

    NPX card to connect with me via your terminal

  • fast-repo

    Perform quick actions on one or many repositories 🚀 🚀

  • cli-portfolio-template

    A template repository which can be customized to create a npx <yourName> cli portfolio

  • portablegit.js

    🔄 Redistribution of Git for Windows PortableGit via npm

  • Project mention: Show HN: PortableGit via NPM | news.ycombinator.com | 2024-02-23
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Npx related posts

Index

What are some of the best open-source Npx projects? This list will help you:

Project Stars
1 create-t3-app 23,295
2 superplate 2,755
3 nve 690
4 sindresorhus-cli 489
5 periodic-table-cli 218
6 pipcorn 166
7 forge-node-app 92
8 magit-stats 35
9 why 24
10 create-ojaynico-krn 11
11 termi-clicker 7
12 gev 4
13 npx_card 2
14 fast-repo 2
15 cli-portfolio-template 2
16 portablegit.js 1

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com