0.0.5 • Published 3 years ago

hina v0.0.5

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
3 years ago

Hina - 雛

Simple project scaffolding from GitHub repositories without git command. Inspired by degit.

Usage

npx hina user/repo

The command above will download files in https://github.com/user/repo.

Just downloads a tarball (https://github.com/user/repo/archive/HEAD.tar.gz) and then extract to the current directory.

CLI

npx hina user/repo               # copy into the current working directory
npx hina user/repo path/to/dir   # specify a directory

npx hina user/repo#dev           # branch
npx hina user/repo#v1.2.3        # release tag
npx hina user/repo#1234abcd      # commit hash

npx hina user/repo/sub           # extract a sub directory
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

5 years ago