@ostwind/awasome-tools

1.0.2 • Public • Published

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

/@ostwind/awasome-tools/

    Package Sidebar

    Install

    npm i @ostwind/awasome-tools

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    18.8 kB

    Total Files

    30

    Last publish

    Collaborators

    • uv-w