2.2.0 • Published 5 years ago

qext v2.2.0

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

qExt

While the qext-scripts package helps with automating the build and deployment of your extensions, qext will help you get your extension development environment started with template project directories and configuration settings


Setup

It is recommended to install qext globally so that a new extension project can be started from any location

npm install -g qext

Usage

qext is run from the command line.

qext --create-extension my-extension --template starter --install

The above command will create a new project directory with whatever name was passed to the --create-extension flag.


Template Projects

You have the option to set the --template flag to either starter, base, or vanilla-base. By default, the starter templtate is built. Click below to see the contents of each template

  • starter - includes extension api modules such as paint, controller, and others, with configuration set up for compile mode
  • base - sets up a single javascript file and qext file that gets compiled
  • vanilla-base - sets up a javascript file and qext file that doesn't get compiled

By including the --install flag, qext will automatically install the latest version of qext-scripts in your project.

2.2.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-beta.2

5 years ago

2.0.0-beta.1

5 years ago

2.0.0-beta.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta.2

6 years ago

1.0.0-beta.1

6 years ago

1.0.0-alpha.7

6 years ago

1.0.0-alpha.6

6 years ago

1.0.0-alpha.5

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago

0.5.3

7 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago