UNPKG

rete-kit

Version:

Rete.js Kit ==== [![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) [![Discord](https://img.shields.io/discord/1081223198055604244?color=%237289da&label=Discord)](https://disco

16 lines (15 loc) 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BootContext = void 0; const base_1 = require("../base"); class BootContext extends base_1.Context { constructor() { super(...arguments); this.name = 'boot'; this.description = 'New App Creation - Guide users through creating a brand new Rete.js application from scratch'; this.instructions = [ { file: 'instructions.md', title: 'Boot Context - New App Creation' } ]; } } exports.BootContext = BootContext;