@soundworks/create
v5.0.9
Published
Interactive command line tools to create and manage soundworks applications.
Readme
soundworks | create
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 [app_name]Wizard in existing applications
npx soundworksAvailable Commands
Usage: wizard [options]
Options:
-c, --create-client create a new soundworks client
-p, --install-plugins install / uninstall soundworks plugins
-l, --install-libs install / uninstall related libs
-f, --find-doc find documentation about plugins and related libs
-i, --config-infos get config information about you application
-C, --create-env create a new environment config file
-b, --extend-build extend the build settings (babel, webpack) of your project
-e, --eject-launcher eject the launcher and default views from `@soundworks/helpers`
-d, --check-deps check and update your dependencies
-h, --help display help for commandNotes
Development notes
To develop the application generator locally:
// link globally in `soundworks-create` directory:
sudo npm link
// create an app with --debug flag
npx @soundworks/create --debug
// later, unlink globally
sudo npm unlink --global @soundworks/create
npm ls --globalTodos
- [ ] typescript template
- [ ] new client templates (connection screen, etc.)
Credits
https://soundworks.dev/credits.html
