An open API service indexing awesome lists of open source software.

https://github.com/aliothor/create-mtk-plugin

fast create plugin for maptalks
https://github.com/aliothor/create-mtk-plugin

cli maptalks maptalks-plugins

Last synced: 4 months ago
JSON representation

fast create plugin for maptalks

Awesome Lists containing this project

README

          

# create-mtk-plugin

[![npm version](https://img.shields.io/npm/v/create-mtk-plugin?color=yellow)](https://npmjs.com/package/create-mtk-plugin)
[![npm downloads](https://img.shields.io/npm/dm/create-mtk-plugin?color=yellow)](https://npmjs.com/package/create-mtk-plugin)

Fast create [maptalks](https://github.com/maptalks) plugin

## Usage

```sh
# 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](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`

## License

Published under the [MIT](https://github.com/aliothor/create-mtk-plugin/blob/main/LICENSE) license.
Made by [community](https://github.com/aliothor/create-mtk-plugin/graphs/contributors) 💛





---

_🤖 auto updated with [automd](https://automd.unjs.io)_