h2io-utils

0.0.1 • Public • Published

H2io - Utils

Installation

npm install h2io-utils

Usage

import {
  createDirectory,
  ifExists,
} from 'h2io-utils';

createDirectory('www')
  .then((done) => console.log(done))
  .catch((e) => console.error(e));

ifExists('src')
  .then((stats) => console.log(stats))
  .catch((e) => console.error(e));

Readme

Keywords

none

Package Sidebar

Install

npm i h2io-utils

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • h2io