Skip to content

Neel - 0.4.0

Compare
Choose a tag to compare
@Niminem Niminem released this 24 Jun 02:44
· 10 commits to master since this release
3880e15

Major Updates

  • static assets within the "assets" folder are now embedded within the binary (woohoo, no dependencies)
  • Neel can now bundle applications via neel build --app:"appname" --bin:"binaryname" --icon:"icon.extension"
  • Neel API changed:
  1. startApp macro no longer takes in startURL or assetsDir params. The start URL must be index.html and the assets directory must be named assets
  2. in order to bundle applications, both the binary and icon must be in the project's parent folder for calling the neel command

The neel build command currently works with Mac and Windows only, in a limited fashion. Your app must not have any external dependencies. Linux support coming soon.

Enjoy a more robust version of Neel <3