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

electron-template

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-template

Electron Template Generator

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Electron Template Generator

This is a template generator for Electron Application.

Installation

$ npm -g install electron-template

Usage

$ electron-template <applicationName>

The above command will create the following files/directories.

<appicationName>
    ├ main.js
    ├ package.json
    └ renderer
        ├ html
        │   └ index.html
        ├ js
        └ css

Using Original template

NOTICE: a following function works on v0.0.2 or later.

If you make your own template files in a 'template' directory, the above command will just copy the files in the 'template' directory to new electron application directory.

The 'template' directory is shown by the following command.

$ electron-template -t

You can open the 'template' directory by the following command.

Mac OS X:

$ open `electron-template -t`

Windows (in Command Prompt):

Z:¥> for /f %A in ('electron-template -t') do explorer %A

Keywords

electron

FAQs

Package last updated on 11 Feb 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