Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.37 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.37 KB

create-mtk-plugin

npm version npm downloads

Fast create maptalks plugin

Usage

# npm
npm create mtk-plugin

# yarn
yarn create mtk-plugin

# pnpm
pnpm create mtk-plugin

# bun
bun create mtk-plugin

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd