New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

nwjs-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nwjs-bootstrap

Minimalistic NW.js app bootstrap

latest
Source
npmnpm
Version
0.9.18
Version published
Weekly downloads
37
-35.09%
Maintainers
1
Weekly downloads
 
Created
Source

alt text

NW.js bootstrap

Description

This is a very minimalistic NW.js app bootstrap. Pre-configured for:

  • NW.js
  • TypeScript
  • Angular 2

Requirements

  • git
  • node.js
  • Yarn

Developer info

Kick start developer environment:
git checkout git+ssh://git@bitbucket.org/masterjguscius/nwjs-bootstrap.git
yarn install
yarn start
Version bumping (without publish):
yarn run bump:patch
yarn run bump:minor
yarn run bump:major
Building & packaging
yarn build

This will build & package your app for these systems: win32, win64, linux32, linux64, macos64. You will find your builds in ./build directory.

Known issues

  • Bump cannot automatically publish new package version -- Known issue with Yarn: Issue-2445

Warning

Only when this project reaches version 1.0.0 it will provide needed functionality. Until then this is work in progress.

Keywords

nw.js

FAQs

Package last updated on 10 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts