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
- Host: GitHub
- URL: https://github.com/aliothor/create-mtk-plugin
- Owner: aliothor
- License: mit
- Created: 2024-05-15T06:51:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T09:58:37.000Z (almost 2 years ago)
- Last Synced: 2025-12-30T01:57:33.302Z (4 months ago)
- Topics: cli, maptalks, maptalks-plugins
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-mtk-plugin
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# create-mtk-plugin
[](https://npmjs.com/package/create-mtk-plugin)
[](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)_