@toolmate/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Toolmate

npm version

Toolmate itself is just a framework that provides your project with workspaces, areas and tabs. It's meant to be extended by plugins of yours (or of the community) that add new functionality into your toolmate-based editor.

Setup

Create new npm project, e.g. my-game-editor. I suggest to use vite - npm create vite.

Install Toolmate's core:

npm i @toolmate/core

In the main script of your newly created project add:

import '@toolmate/core/style'
import { render } from '@toolmate/core'

render()

Run the project:

npm run dev # Works if only you used `npm create vite`. Otherwise use your command to run dev server.

More info is coming soon

License

Toolmate is GNU AGPLv3 Licensed.

Package Sidebar

Install

npm i @toolmate/core

Weekly Downloads

1

Version

0.1.2

License

AGPL-3.0

Unpacked Size

28.6 MB

Total Files

27

Last publish

Collaborators

  • anvoevodin