st-basename
v1.0.1
Published
Create a basename for file based on the time right now (powered by space time)
Downloads
3
Maintainers
Readme
St basename
Create a basename for file based on the time right now (powered by space time)
Installation
NPM
npm i --save st-basename
Yarn
yarn add st-basename
Usage
const bn = require('st-basename');
bn(); // YYYY-MM-DD_HH-MM-SS
bn('txt'); // YYYY-MM-DD_HH-MM-SS.txt