1.0.4 • Published 6 years ago

pyfiles-copy v1.0.4

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago