create-nube-app
v0.21.0
Published
Create Nube App
Readme
create-nube-app
CLI to quickly create NubeSDK applications.
About
create-nube-app is a command-line tool that allows you to create new NubeSDK applications with an optimized initial configuration. This tool automates the project setup process, including:
- Recommended directory structure
- TypeScript configuration
- Bundler configuration (tsup)
- Required dependencies
- Basic code examples
Installation
With NPM:
npm create nube-app@latestWith Yarn:
yarn create nube-appWith PNPM:
pnpm create nube-appUsage
After running the command, you'll be guided through an interactive process that allows you to:
- What is the project's name?
- Select a template:
Usage Example
$ npm create nube-app@latest
What is the project's name?
Select a template:
Minimal
❯ Minimal with UI
Minimal with UI in JSXProject Structure
After creation, your project will have the following structure:
my-nube-app/
├── src/
│ └── main.ts
├── package.json
├── tsconfig.json
├── tsup.config.js
└── biome.jsonAvailable Scripts
The created project includes the following scripts:
npm run build→ Builds the project using tsupnpm run dev→ Starts the project in development mode, enabling features like hot reloading and source map support for easier debugging.
Official Documentation
For more details about NubeSDK and how to build apps, check out our official documentation:
Support
- Questions? Use GitHub Issues.
- Found a bug? Open an issue with a reproducible example.
© Tiendanube / Nuvemshop, 2025. All rights reserved.
