1.0.4 • Published 8 months ago

create-ext-app v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

CREATE-EXT-APP

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 18.0 or higher is recommended.

Installation is done using the npm install command:

npm install -g create-ext-app

Features

  • Crate extension api projects with ease.
  • Have the ability to select between typescript or javascript project template. The default template is typescript.
  • Have the ability to select what modules you will like to include and they will be included automatically.

Quick Start

$ npm install -g create-ext-app

After Installing create-ext-app go to your terminal and navigate to where you wish to store your project and run the command below

 create-ext-app <project-name>
  • To specify a template use the command below.
 create-ext-app <project-name> --template <javascript | typescript>

For more commands on how to use create-ext-app

  • After installing create-ext-app you can type the bellow command in your terminal to know more on how to use create-ext-app.
create-ext-app --help 
1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago