/nw-builder

Build NW.js applications for Mac, Windows and Linux

Primary LanguageJavaScriptMIT LicenseMIT

nw-builder

npm Join the chat at https://gitter.im/nwjs/nw-builder

Build NW.js applications for Mac, Windows and Linux.

Contributing

  1. Pick and install a Node version manager
    • Linux/OSX - nvm
    • Win 7+/Linux/OSX - volta
  2. Use your version manager to install Node 14.19 or above
  3. Run npm install
  4. npm run demo to test your changes at first glance
  5. npm t to run unit tests
  6. Don't forget to run npm run format && npm run lint before commiting your changes
  7. Whenever possible, open an issue before submitting a pull request
  8. Ensure there are tests that cover your changes

License

MIT