Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kessler/nw-ninja
A minimalistic NW.js starter project for ninjas
https://github.com/kessler/nw-ninja
javascript node-js nodejs nw-ninja nwjs
Last synced: 3 months ago
JSON representation
A minimalistic NW.js starter project for ninjas
- Host: GitHub
- URL: https://github.com/kessler/nw-ninja
- Owner: kessler
- License: mit
- Archived: true
- Created: 2014-08-13T17:11:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T19:32:22.000Z (about 6 years ago)
- Last Synced: 2024-04-14T12:16:54.200Z (10 months ago)
- Topics: javascript, node-js, nodejs, nw-ninja, nwjs
- Language: JavaScript
- Homepage:
- Size: 433 KB
- Stars: 97
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nwjs - A minimalistic NW.js starter project for ninjas: nw-ninja
README
nw-ninja
======A minimalistic NW.js starter project for ninjas
```
npm install -g gulp
git clone https://github.com/kessler/nw-ninja
npm install && cd nwapp && npm install
```### develop
**important:** nw-ninja has moved to **gulp@4** (for security reasons actually)
```
gulp run
```
use --debug=[true|false] (default: true)### build
```
gulp build
```### other tasks
#### preBuildClean
clean / delete files before build, to customize, edit preBuildCleanList.json. The paths are relative to ninjaConfig.appDir, this task is run before build task too
```
gulp preBuildClean
```### config
There are two configuration contexts, one for the nw-ninja envelope and one for the actual application.
The envelope configuration is just [rc](https://github.com/dominictarr/rc)