Build cross-platform desktop apps with C++ & Web Technologies
This project hosts the source code of the command line utility.
For more information see our documentation.
Available from npm
sudo npm i -g saucer-app
sudo yarn global add saucer-app
It is recommended to use saucer embed
inside of your build script.
For example in your package.json
:
{
// ...
"scripts": {
"build": "<deploy normally> && saucer embed dist"
}
}
Usage: saucer [options] [command]
Options:
-h, --help display help for command
Commands:
embed <source> [destination] Generate embedding headers for given files
help [command] display help for command