offline-registry-manager
v1.1.1
Published
A simple tool to manage offline registry such as Verdaccio
Maintainers
Readme
Offline Registry Manager
A simple CLI tool to manage offline npm registries such as Verdaccio. This tool helps package and publish npm modules efficiently in environments where internet access is limited or unavailable.
📦 Features
- Package npm modules into tarballs
- Publish packages to a local registry
- Optimized for offline development environments
- Command-line interface for easy automation
🚀 Getting Started
Prerequisites
Installation
Install globally using npm:
npm install -g offline-registry-managerUsage
pack-pub [options]Options
| Option | Description | |-------------|-----------------------------------| | --help | Display help for the command | | --version | Display the version of the tool |
⚠️ More detailed usage instructions will be added in future versions.
📦 Dependencies
- commander – CLI argument parser
- semver – Semantic versioning utilities
- pretty-ms – Format milliseconds to human-readable strings
📜 License
This project is licensed under the MIT License.
👤 Author
Rishabh Dogra GitHub Profile
