1.1.3 • Published 7 years ago

tmk v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

tmk

touch+mkdirp<3

var tmk = require('tmk')

tmk('path/to/file', function (err) {
  if (!err) console.log('file path/to/file now exists')
})

tmk('path/to/directory/', function (err) {
  if (!err) console.log('directory path/to/directory/ now exists')
})

If you run

npm install -g tmk

then you can run

mk path/to/file

to create a file and

mk path/to/dir/

to create a directory.

1.1.3

7 years ago

1.1.2

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago