Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
82%
Published
a year ago (1.0.0)

Create NextCode App

Scaffold a starting project using the nextcode app using this interactice CLI.

Usage

npx create-nextcode-app@latest
# or
yarn create nextcode-app
# or
pnpm create nextcode-app@latest
# or
bunx create nextcode-app@latest

Stack

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";
or

Import directly with a jsr specifier

import * as create_nextcode_app from "jsr:@codedusting/create-nextcode-app";

Add Package

pnpm i jsr:@codedusting/create-nextcode-app
or (using pnpm 10.8 or older)
pnpm dlx jsr add @codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";

Add Package

yarn add jsr:@codedusting/create-nextcode-app
or (using Yarn 4.8 or older)
yarn dlx jsr add @codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";

Add Package

vlt install jsr:@codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";

Add Package

npx jsr add @codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";

Add Package

bunx jsr add @codedusting/create-nextcode-app

Import symbol

import * as create_nextcode_app from "@codedusting/create-nextcode-app";