0.2.1 • Published 2 years ago

groundwork v0.2.1

Weekly downloads
11
License
-
Repository
github
Last release
2 years ago

Groundwork

Scaffold out any project quickly

Usage

npx groundwork org/repo path/

When first ran, this will fetch and cache $CACHE/org/repo/{version}.tar.gz tarball and extract it to $PWD/path/. If there are no tagged releases, Groundwork will fallback to the default branch of the repo.

You can pass a hash to the template to specify a commit/branch/tag to scaffold from, for example

npx groundwork org/repo#development path/

And that will fetch and cache $CACHE/org/repo/development.tar.gz tarball before extracting it.

You can pass --force to force it to redownload the tarball otherwise it will always pull from cache if exists.

0.2.1

2 years ago

0.2.0

3 years ago

0.1.0

4 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

10 years ago