mapcraft-api
v2.4.7
Published
Official API for developping your own plugin for Mapcraft ecosystem
Downloads
132
Maintainers
Readme
Mapcraft API
Develop your own plugin for Mapcraft with all the necessary tools.
- Access to all Mapcraft features
- Easy-to-use API
Installation
- Get the latest version of Mapcraft
git clone https://github.com/mapcraft-app/api.git
- Install latest version of api
npm install mapcraft-api
or
yarn add mapcraft-api
Usage
const { Mapcraft, MCdatabase, MCeditor, MCfs, MCipc, MClink, MClog, MCplugin, MCshell, MCtemplate, MCutilities, MCwindow, MCworkInProgress } = require('mapcraft-api');
CLI
Mapcraft has a cli that allows you to simplify the creation and packaging of your plugin
npm run mapcraft [create|package|version|help]