0.0.13 • Published 4 years ago

electron-scaffolder v0.0.13

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Electron Scaffolder

Electron Scaffolder is a CLI that generates an Electron starter application & scaffolds a project with Typescript, ReactJS & WebpackJS with enough configuration to get you started on your next exciting Electron project!

Electron Scaffolder Libraries

Getting started

Install

npm install -g electron-scaffolder

Create & Run Your Project

electron-scaffolder my_project
cd my_project
npm install
npm run start

Electron Scaffolder will generate your project for you with the below file structure tree:

├── README.md
├── index.html
├── main.js
├── package-lock.json
├── package.json
├── src
│   ├── index.tsx
│   ├── sass
│   │   └── index.scss
│   └── views
│       ├── index.ts
│       ├── main.styles.tsx
│       └── main.tsx
├── tsconfig.json
└── webpack.config.js

List all commands

electron-scaffolder --help

Create the project in current directory

electron-scaffolder <your_project> --flat

The --flat argument will create a the project in the current directory

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago