1.0.2 • Published 5 years ago

@ostwind/awasome-tools v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Awasome-tools

collect a variety of tools

Usage Demo

import { del, chalk } from '@ostwind/awasome-tools';

console.log(chalk.red('it is a demo'));

del(['*.js']);
del.sync(['*.tmp', '!1*'], { cwd: tmpDir });

Build

$ yarn build

Test

$ yarn test

Tools List