1.0.4 • Published 7 years ago

pyfiles-copy v1.0.4

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

pyfiles-copy

implementing pyfiles with copy

Getting Started

Installing

npm install pyfiles-copy

Use

var pyfilesCopy = require('pyfiles-copy');
var options = {
	'fromDir': './node_modules',
	'toDir': './tests',
	'formatFile': 'js',
	'srcFiles': false,
	'except': ['.git','tests'],
}
console.log(pyfilesCopy(options));

not goal :C

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago