neutralinojs-cli icon indicating copy to clipboard operation
neutralinojs-cli copied to clipboard

neu cli for Neutralinojs

Results 58 neutralinojs-cli issues
Sort by recently updated
recently updated
newest added

As of now, only a "minimal" template can be generated, which consists of a `var` library from https://github.com/neutralinojs/neutralino.jshttps://github.com/neutralinojs/neutralino.js generated by webpack hosted on https://github.com/neutralinojs/neutralinojs-minimal. A "module" template can be created...

Running `npm install -g @neutralinojs/neu` runs successfully with output: ``` changed 145 packages, and audited 146 packages in 2s 14 packages are looking for funding run `npm fund` for details...

@shalithasuranga Need discussion on how to test commands that open neutralinojs app. The further tests gets halted in case a command runs to open a neutralinojs app. We can however...

`neu build` at version 11.0.0 used to not clean the build directory, but the 11.0.1 update started doing that automatically with no option to turn that behavior off. This unfortunately...

closes #218 docs for this pr [#309](https://github.com/neutralinojs/neutralinojs.github.io/pull/309)

Right now we are building binaries from raw javascript files given, this pr helps to reduce app size a bit by bundling js files. i have tested with few apps...

### **Description:** - This pull request introduces proxy support for the neu create and neu update commands in the NeutralinoJS CLI tool. Proxy support enables users to create and update...

![2023-04-25_21h39_03](https://user-images.githubusercontent.com/4664063/234368852-523d77e7-98f0-4f07-898c-60839ce90bf9.png) When run `neu run --frontend-lib-dev` with `"defaultMode": "chrome"` I am getting this issue related to Google Chrome in windows_x64 my chrome version is 112.0.5615.138. this link here [https://stackoverflow.com/questions/67198271/google-chrome-cannot-read-and-write-to-its-data-directory-selenium](https://github.com/neutralinojs/neutralinojs-cli/pull/url) says...

This PR aims to resolve the issue mentioned in its title. This issue causes the ``neu`` CLI program's ``build`` subcommand to fail to build a NeutralinoJS application properly (no ``dist``...