https://github.com/pmndrs/create
`npx pmndrs/create`
https://github.com/pmndrs/create
Last synced: 4 months ago
JSON representation
`npx pmndrs/create`
- Host: GitHub
- URL: https://github.com/pmndrs/create
- Owner: pmndrs
- Archived: true
- Created: 2024-08-19T06:39:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T09:04:48.000Z (10 months ago)
- Last Synced: 2025-01-18T12:46:14.103Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
$ npm init @pmndrs
aquarium
❯ basic-demo
clouds
```# INSTALL
```
$ npm ci
```# build
```sh
$ npm run build
$ node dist/cli.js
```# dev
```sh
$ npm run dev
```