0.0.5 • Published 6 months ago

cloudspark v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

CloudSpark

As with all projects in the Cloudflare-Community Github Organization, and the cloudflare.community domain, this is not an official Cloudflare product. It is not officially supported by Cloudflare or its associates/partners. Views expressed here do not represent the views of Cloudflare or its employees. All rights to the Cloudflare Logo and other assets belong to Cloudflare Inc.

CloudSpark is a Node CLI tool that allows easy bootstrapping of a Cloudflare Developer Platform project, which may include a Worker, Pages site, or any other dependent bindings.

Usage

Currently, CloudSpark only has the init command, which is also used by create-cloudspark.

$ cloudspark init --help
Usage: cloudspark init [options] [repo] [folder]

Initialize a new Worker

Arguments:
  repo         The repository to initialize.
  folder       The folder to initialize to.

Options:
  -y           Bypass prompts and use default values(doesn't apply to output folder conflicts).
  -f, --force  Force clone the template, ignoring existing files.
  -h, --help   display help for command
0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago