bolt-pull
v1.0.1
Published
A CLI tool to fetch latest code from Bolt.new project
Maintainers
Readme
bolt-pull
🚀 bolt-pull is a CLI tool that fetches the latest code from a bolt.new project and saves it to your local directory.
📦 Installation
Install globally using npm:
npm install -g bolt-pull⚡ Usage
bolt-pull [options]Options:
| Option | Description |
| ------------ | ------------------------------ |
| -s, --slug | Bolt project slug to pull from |
| -d, --dir | Target directory for the code |
Example:
bolt-pull -s my-bolt-project -d ./my-local-folderThis command pulls the latest code from my-bolt-project and saves it in ./my-local-folder.
📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to contribute or report issues! 🚀
