JSPM

bolt-pull

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q33409F
  • License ISC

A CLI tool to fetch latest code from Bolt.new project

Package Exports

  • bolt-pull
  • bolt-pull/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bolt-pull) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bolt-pull

npm
npm bundle size

🚀 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-folder

This 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! 🚀