Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
NW.js Essentials

You're reading from  NW.js Essentials

Product type Book
Published in May 2015
Publisher
ISBN-13 9781785280863
Pages 192 pages
Edition 1st Edition
Languages

Table of Contents (17) Chapters

NW.js Essentials
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
1. Meet NW.js 2. NW.js Native UI APIs 3. Leveraging the Power of Node.js 4. Data Persistence Solutions and Other Browser Web APIs 5. Let's Put It All Together 6. Packaging Your Application for Distribution 7. Automated Packaging Tools 8. Let's Debug Your Application 9. Taking Your Application to the Next Level Index

node-webkit-builder and grunt-node-webkit-builder


The project links for node-webkit-builder and grunt-node-webkit-builder, respectively, are as follows:

node-webkit-builder is a Node.js script that can be used both as a module and a CLI tool.

As you guessed already, it also comes in a Grunt plugin version, while if you are a Gulp user, you can just make use of the module.

node-webkit-builder is one of the most complete tools out there as it takes care of packaging, adding icons, and filling the Info.plist data for Mac OS X, fast and offers a lot of possible customizations.

Unfortunately, many of these great customization options are not accessible through the CLI at the moment. Waiting for those features to be integrated, the CLI can still come in pretty useful for testing, so let's take a look at how it works.

First of all, install the module globally using:

$ npm install node-webkit-builder ...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}