idonteatcookie / create-file-cli

create files with some useful comment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create-file-cli

Create files with some useful comment.

Installation

# npm
$ npm install create-file-cli -g

# yarn
$ yarn global add create-file-cli

Usage

touchme <file ...> [options]

Options:
  -v, --version        output the version number
  -c, --copy <source>  copy file and add comment 
  -H, --hashtag        comment by '#'
  -s, --slash          comment by '/'
  -h, --help           output usage information

License

MIT

About

create files with some useful comment


Languages

Language:JavaScript 100.0%