1.1.13 • Published 7 years ago

files-map v1.1.13

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

files-map

Create files according to 'files.js'

install

npm install -g files-map

usage

1.创建目录结构

// files.js
module.exports = {
	javascript : {
		array : {
			push: 'js',
			pop: 'html'
		},
		string : {
			replace : 'md',
			match : 'md'
		}
	}
}

2.根据目录创建文件

#Create files according to files.js 
files-map 
1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago