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

### Problem An unsuccessful attempt to create a Neutralinojs project leaves behind a project directory containing incomplete files. The user will have to delete this project directory and only then...

I added a feature to allow local testing during plugin development. All you have to do is add the "--test" option when adding a plugin, and the plugin must be...

Ideas can be drawn from something similar to this https://github.com/spf13/cobra https://github.com/jarun/googler https://github.com/browsh-org/browsh

# The Problem I am running into an error when trying to build a GUI app that makes use of Preact Typescript and uses the Vitejs bundler on the frontend....

It looks like my appify plugin is broken and I get ``unable to load appify plugin`` after each neu CLI command. I removed appify plugin through ``neu CLI plugins --remove``...

I followed the [instructions on this page](https://neutralino.js.org/docs/how-to/use-a-frontend-library#configuring-the-frontend-app) to create a Neutralino application with react. When running `new run --frontend-lib-dev` - everything works as expected. The `index.html` file is patched with...

Run commands and check created/updated files

Currently, it's implemented by focusing on the CI workflow, But, developers can use this script to verify breaking changes locally as well. Therefore, we need to: - Use `.tmp/` to...

enhancement
good first issue

![image](https://user-images.githubusercontent.com/34070216/162607555-f79676a7-451d-4747-b9d0-fbbe4cffa049.png) Running `npm test` causes the following error. ![image](https://user-images.githubusercontent.com/34070216/162607583-9ffe663e-2928-4727-9081-d63661f98f6c.png) Changing the command to `bash scripts/test_commands.sh` would work on windows but not sure what effect it would leave on the workflow...

The app build template built with the neutralino cli or it's dependencies is somewhat dependent on an older version of libayatana-appindicator, which is sometimes a problem mostly for debian distros...