Files
docmd-io--docmd/packages/legacy/mgks/README.md
T
wehub-resource-sync 6db8fca185
docmd CI verification / verify (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:31:55 +08:00

21 lines
526 B
Markdown

# @mgks/docmd
> **This package has moved.** Use **[@docmd/core](https://www.npmjs.com/package/@docmd/core)** for all future updates.
This is a legacy wrapper that forwards commands to `@docmd/core` to avoid breaking existing CI/CD pipelines. This package will not receive new features or updates.
## Migration
```bash
# Remove the old package
npm uninstall -g @mgks/docmd
# Install the current package
npm install -g @docmd/core
```
See **[docs.docmd.io](https://docs.docmd.io)** for full documentation.
## License
MIT