Neutralinojs CLI v10.0.0 released!
What's new
Core: frontend-library-based development
Added new configuration options to the cli.frontendLibrary
key of the neutralino.config.json
:
projectPath
: Sets the project path of the frontend-library project. This path will be used as the current directory while executing the frontend-app-related commands.initCommand
: A command that gets executed after downloading an app template with theneu create
command.devCommand
: This command will run with theneu run
command to start the frontend development server. The CLI doesn't wait fordevCommand
completion, instead, it will wait for the frontend development server via thetcp-port-used
package.buildCommand
: Theneu build
command will execute this command before generating the app bundle, so you can generate static resources of your frontend app using this command.
Install the latest (v10.0.0
) npm package:
npm i -g @neutralinojs/neu
Get started: https://neutralino.js.org/docs/cli/neu-cli
This release was auto-generated by ReleaseZri π