@flatjs/common

the flatjs shared tools `common`

Usage no npm install needed!

<script type="module">
  import flatjsCommon from 'https://cdn.skypack.dev/@flatjs/common';
</script>

README

@flatjs/common

The common utilities for the @flatjs libraries includes commander, cli errors, some helper utilities, some services e.g. logger, uploader,zip, and some standard types.

The usages

$ npm i @flatjs/common

Features

  • cmd/*
  • constants/*
  • errors/*
  • helpers/*
  • services/*
  • types/*

Notes

The jszip required Blob in lib.dom.d.ts, so we need to add DOM to compilerOptions.lib

References