publish-pkgs
v1.0.2
Published
This is a CLI tool for batch publishing npm packages, supporting specification of package information through configuration files or command-line parameters.
Readme
publish-pkgs
This is a CLI tool for batch publishing npm packages, supporting specification of package information through configuration files or command-line parameters.
Documentation
For detailed usage instructions and API references, please visit the official documentation:
Usage
Basic Usage
npx publish-pkgs packages/*packages/*: Directory path or glob pattern of package directories.
Using a Configuration File
npx publish-pkgs --config publish.config.jsonExample configuration file (publish.config.json):
{
"packages": "packages/*",
"client": "pnpm",
"args": ["--no-git-checks"]
}Contributing
We welcome contributions from the community! If you find a bug or want to suggest an improvement, feel free to open an issue or submit a pull request.
How to Contribute
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with a clear description of your changes.
License
This project is licensed under the MIT License.

