0.12.0 • Published 4 months ago

@thingjs/cli v0.12.0

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
4 months ago

@thingjs/cli

@thingjs/cli is used to create thing.js project and resource templates quickly.

The CLI(@thingjs/cli) is a globlly installed npm package and provides the thing command in your terminal. It provides the ability to scaffold a new project via thing create.

📦 Install

  1. Global installation of @thingjs/cli
npm install @thingjs/cli -g
  1. You can verify that it is properly installed by running this command:
thing -h

And it will show a number of options which means the installation is successful.

📔 Getting Started

To create a new project based on thing.js, run thing create in a terminal and you will be prompted to name the project. Then You can choose different type of templates to create correspond thing.js project.

$ thing create
? Please enter a project name: test-plugin
? Please pick a preset: Plugin
✔ Download Successful!

You can list the thing.js versions by:

thing list

Also pick the thing.js version by:

thing install

You can also choose a version you know, such as v2.0.2

thing install 2.0.2
0.12.0

4 months ago

0.11.0

4 months ago

0.10.1

5 months ago

0.10.0

5 months ago

0.9.1

9 months ago

0.9.0

9 months ago

0.8.1

9 months ago

0.8.0

9 months ago

0.7.1

9 months ago

0.6.5

11 months ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago