21 lines
506 B
Markdown
21 lines
506 B
Markdown
# doc.md
|
|
|
|
> **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 doc.md
|
|
|
|
# Install the current package
|
|
npm install -g @docmd/core
|
|
```
|
|
|
|
See **[docmd.io](https://docmd.io)** for full documentation.
|
|
|
|
## License
|
|
|
|
MIT |