UNPKG

common-files

Version:

Node Package to setup a common file folder and copy files like .gitignore from there to your current directory

24 lines (23 loc) 628 B
{ "name": "common-files", "version": "0.0.5", "description": "Node Package to setup a common file folder and copy files like .gitignore from there to your current directory", "main": "index.js", "bin":{ "common-files": "index.js" }, "license": "MIT", "author": "Shafiq Ahmad <ahmad2smile@gmail.com>", "homepage": "https://github.com/ahmad2smile/common-files", "repository": { "type": "git", "url": "https://github.com/ahmad2smile/common-files.git" }, "keywords": [ "copy-files", ".gitignore", "config-files", "common-files", "common-includes" ] }