0.1.2 • Published 2 months ago

@toolmate/core v0.1.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
2 months ago

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.

0.1.2

2 months ago

0.1.1

2 months ago

0.1.0

2 months ago