Skip to content

devkudasov/electron-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Starter Kit

Package can help you start new electron projects more simpler.

##Beta mode

Project under development. Now you can using only init function.
This is my first open source project. If you want help, use package.json author information for contact me.

Installation

npm i -g electron-starter-kit

Usage

After installation you can use command line for initiate new application
esk init demo [options]
Command above create new directory demo and copy project files into.
By default command line create js project but you can use additional options for more flexible ways.

Additional options

Project type

--js | --ts
Command line use js by default, but if you want you can use predefined typescript configuration.