@soundworks/build v5.1.1
soundworks | build
Build tools for soundworks
applications.
The build tools are mainly wrappers around:
Install
Note that the @soundworks/build
package is automatically installed when creating an application using the @soundworks/create
wizard and heavily rely on the file structure defined in the generated template, so most of the time you should not install this package manually.
See https://soundworks.dev/guides/getting-started.html for more information on the soundworks
wizard.
npm install --save @soundworks/build
Usage
As for the installation, the commands provided by @soundworks/build
are used by npm scripts in applications created using the @soundworks/create
wizard, so most of the time you should have to use these commands directly.
Refer to the README.md
file of your application to see the available npm commands.
Usage: soundworks-build [options]
Options:
-b, --build build application
-w, --watch watch file system to rebuild application, use in conjunction with --build flag
-p, --watch-process <name> restart a node process when its sources
-i, --inspect watch process with --inspect flag, use in conjunction with --watch-process flag
-D, --delete-build delete build directory
-h, --help display help for command
License
30 days ago
1 month ago
5 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
3 years ago