1.0.0 • Published 2 years ago

create-electron-react-app-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create Nodejs + Typescript Application Setup

This is a electron-typescript-based application starter kit. This package creates a electron-react-app-ts repo replica.

Run

npx create-electron-react-ts <path>

Executing binary (command) with NPX:

npx [options] <command>[@version] [command-arg]...

npx [options] [-p|--package <pkg>]... <command> [command-arg]...

npx [options] -c '<command-string>'

npx --shell-auto-fallback [shell]

Unless a --package option is specified, npx will try to guess the name of the binary to invoke depending on the specifier provided. All package specifiers understood by npm may be used with npx, including git specifiers, remote tarballs, local directories, or scoped packages.