0.0.10 • Published 2 years ago

create-gem-app v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Create gem app

Install

npm i -g create-gem-app

Usage

Usage: create-gem-app [options] <name>

Options:
  -v, --version          output the version number
  -t, --template <name>  specify template
  -h, --help             output usage information

Template:
  gem:            Default. web gem app
  lib:            web gem library
  wasm:           web gem library with wasm
  react:          web react app
  game2d:         web 2d game
  game3d:         web 3d game
  webextension:   web extension
  electron:       electron app
  flutter:        flutter app
  node:           node library
  cli:            node command line app
  express:        node express app
  neon:           node rust native modules
  vscode:         vscode extension

Think

Need a library similar to react-scripts, used to manage dependencies and configure.

  • tsconfig.json
  • webpack.config.js
  • jest.config.js
  • karma.conf.js
  • web-ext.config.js
  • .prettierrc.js
  • .eslintrc.js
  • .gitignore
0.0.10

2 years ago

0.0.9

2 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

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago