This repository contains helper scripts to build and work with a Neutralino.js development environment using Docker.
Before using any other script in this repository, you must first build the Docker image:
./build-image.shThis will create the neutralinojs-dev image used by the other scripts.
Then you can create a new Neutralino.js project:
./create-project.sh <project_name><project_name>: Name of the new Neutralino.js project.- After the project is created,
build-proj.shis copied into the project asbuild.shso you can build from inside the project directory.
You can get/refresh a local copy of the documentation from the official neutralinojs.github.io repository:
./refresh-doc.shRequirements:
- Docker installed and running
- Bash shell
- Git (for documentation sync script)