1.0.0-beta • Published 10 years ago

initjs v1.0.0-beta

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

initjs

Very simple script which clones git repo through short repo path and it removes '.git' directory. Good for initializing app structure templates.

Installation:

npm install -g initjs

Usage:

$ init pawelgalazka/dotfiles

git clone https://github.com/pawelgalazka/dotfiles.git
Cloning into 'dotfiles'...
remote: Counting objects: 270, done.
remote: Total 270 (delta 0), reused 0 (delta 0), pack-reused 270
Receiving objects: 100% (270/270), 258.25 KiB | 0 bytes/s, done.
Resolving deltas: 100% (121/121), done.
Checking connectivity... done.
rm -rf dotfiles/.git
1.0.0-beta

10 years ago