Skip to content

CEB-HLCM/scripts-for-neutralinojs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neutralino.js Utilities

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.sh

This 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.sh is copied into the project as build.sh so 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.sh

Requirements:

  • Docker installed and running
  • Bash shell
  • Git (for documentation sync script)

About

Scripts for NeutralinoJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors