Skip to content

letladi/touch-t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

touch-t

This is a simple library for creating files with timestamps in the current working directory.

Installation

npm install -g touch-t

Usage

Entering...

$ touch-t index.html

should create a file called something like 20160911173605_index.html. The timestamps are up to the second, so entering...

$ touch-t index.html app.js style.css

should create files that look as follows; 20160911173605_1_index.html 20160911173605_2_app.js 20160911173605_3_style.css

License

MIT

About

A simple command to create timestamped files in the current working diretory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published