Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 320 Bytes

Js_Engine TypeScript plugin template

This is a template for creating a TypeScript plugin for Js_Engine.

Usage

  1. Click the Use this template button on the top right of this page.

  2. Clone the repository.

  3. Install the dependencies:

npm install
  1. Build the project:
npm run build