Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@wixc3/engine-electron-commons
Advanced tools
This is a cli tool, as well as a library which allows running [engine](https://github.com/wixplosives/engine) applications in electron.
This is a cli tool, as well as a library which allows running engine applications in electron.
To run first install this package as a dependency
npm i @wixc3/engine-electron
Then, to run your application in electron just run
npx engine-electron start -f <my feature> -e <electron host environment>
If you want to build your application as an electron application just run
npx engine-electron build -f <my feature> -e <electron host environment>
This will create a "build" folder, in which the packed electron application will be located at
Argument | Alias | Description | Is mandatory | Default value |
---|---|---|---|---|
--featureName | -f | The feature you want to run | Yes | |
--configName | -c | the name of the config you want your application to run with | No | |
--envName | -e | The name of the environment running in the electron-main process | Yes | |
--basePath | The path which is where to search the feature at | No | process.cwd() | |
--devtools | whether should open the browser window with devtools | No | false |
Argument | Alias | Description | Is mandatory | Default value |
---|---|---|---|---|
--featureName | -f | The feature you want to run | Yes | |
--configName | -c | the name of the config you want your application to run with | No | |
--envName | -e | The name of the environment running in the electron-main process | Yes | |
--basePath | The path which is where to search the feature at | No | process.cwd() | |
--tsConfigPath | Relative path to the tsconfig file with which the features should be built with | No | tsconfig.json | |
--outDir | the directory to which the bundled and transpiled code will be saved (relative to basePath) | No | dist | |
--electronBuilderConfigFileName | The name of the electrion builder config file (relative to basePath) | No | electron-build.json |
FAQs
Unknown package
The npm package @wixc3/engine-electron-commons receives a total of 0 weekly downloads. As such, @wixc3/engine-electron-commons popularity was classified as not popular.
We found that @wixc3/engine-electron-commons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.