1.0.0-alpha.19 • Published 4 months ago

@soundworks/create v1.0.0-alpha.19

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
4 months ago

soundworks | create

npm version

Interactive command line tools to create and manage soundworks applications.

Tutorial: https://soundworks.dev/tutorials/getting-started.html

Usage

Application generator

npx @soundworks/create@latest

Wizard in existing applications

npx soundworks

Notes

Development notes

To develop the application generator locally:

// link globally
// in `soundworks-create` directory:
npm link
// to create an app
npx @soundworks/create
// unlink globally
npm unlink --global @soundworks/create
npm ls --global

Todos

  • typescript template
  • new client templates (connection screen, etc.)

Credits

https://soundworks.dev/credits.html

License

BSD-3-Clause