@soundworks/create

1.0.0-alpha.21 • Public • Published

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 [app_name]

Wizard in existing applications

npx soundworks

Available 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 informations 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 command

Notes

Development notes

To develop the application generator locally:

// link globally
// in `soundworks-create` directory:
sudo npm link
// to create an app
npx @soundworks/create --debug
// unlink globally
sudo 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

Readme

Keywords

none

Package Sidebar

Install

npm i @soundworks/create

Weekly Downloads

356

Version

1.0.0-alpha.21

License

BSD-3-Clause

Unpacked Size

277 kB

Total Files

38

Last publish

Collaborators

  • jipodine
  • b-ma