1.0.16 • Published 7 years ago

create-files v1.0.16

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

create-files

Greenkeeper badge

create-files

I find myself adding the same files to most projects

eg

  • LICENSE
  • .gitignore
  • package.json

for package.json I use pkginit but wanted a solution for the others.

So I created this simple utility for me.

It reads the gist or url given and downloads the files.

The first time it runs it will prompt for the url and remember it.

manifest

contains the filenames and urls.

{
 "files": [
   {".travis.yml" : "https://gist.githubusercontent.com/JamesKyburz/647f93b862eb71745fed/raw"},
   {".zuul.yml" : "https://gist.githubusercontent.com/JamesKyburz/a1adfeafb15f7a25c40c/raw/"},
   {"LICENSE" : "https://gist.githubusercontent.com/JamesKyburz/f67ebb7e160ccc93d2ac/raw/"},
   {".gitignore" : "https://gist.githubusercontent.com/JamesKyburz/b6bde24344ef7fd189ef/raw/"}
 ]
}

install

With npm do:

npm install create-files

license

MIT

1.0.16

7 years ago

1.0.15

7 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago