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

electron-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-bootstrap

Minimalistic Electron App bootstrap

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

alt text

Electron bootstrap

Description

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

  • Electron
  • TypeScript
  • Angular 2

Developer info

Kick start developer environment:

git checkout git+ssh://git@bitbucket.org/masterjguscius/electron-bootstrap.git
npm install
npm start

Basically put all your source code in app-src directory and npm will transpile everything to app directory. For faster development run npm run dev:watch and npm will watch for changes in app-src. When ready to deploy run npm run dist:build and you will get built versions in build directory.

One more thing: This bootstrap will automatically install & enable Devtron extension while in dev mode. So no more work needed in that regard.

Version bumping & git update:

npm run bump:patch
npm run bump:minor
npm run bump:major

Various useful building commands:

npm run dev:build
npm run dev:watch
npm run dev:clean
npm run dist:build
npm run dist:clean

Final words from author

This was my mini project to check out Electron. Hopefully someone will find it useful in their own projects. I will not update it anymore.

Keywords

electron

FAQs

Package last updated on 22 Dec 2016

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