1.0.19 • Published 4 months ago

create-tangle v1.0.19

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

create-tangle

Project

This project is based on the "https://www.npmjs.com/package/create-vite" project and repurposed to create tngle.net apps.

Scaffolding Your First tangle Project

Compatibility Note: tangle requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create tangle@latest

With Yarn:

$ yarn create tangle

With PNPM:

$ pnpm create tangle

With Bun:

$ bunx create-tangle

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a tangle game project, run:

# npm 7+, extra double-dash is needed:
npm create tangle@latest my-tangle-game -- --template game-ts

# yarn
yarn create tangle my-tangle-game --template game-ts

# pnpm
pnpm create tangle my-tangle-game --template game-ts

# Bun
bunx create-tangle my-tangle-game --template game-ts

Currently supported template presets include:

  • game-ts

You can use . for the project name to scaffold in the current directory.

1.0.19

4 months ago

1.0.18

4 months ago

1.0.17

5 months ago

1.0.16

5 months ago

1.0.15

5 months ago

1.0.14

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago