Compiled script is experimental and subject to major changes
./nja scaffold new_project
Scaffolding a new project will create two files:
config.xml
this is where you configure the user interfacemain.ank
this is the entry point for the scriptTo compile a project into a single .nja
file, run the following command
./nja compile new_project
You can share this .nja
file with other users without having to share the sources of the script.
One way of doing it would be to:
nain.ank
inside your projectproject.nja
fileTooling are still being worked on to improve this process.