21 lines
526 B
Markdown
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 |