@applicvision/js-toolbox

Friendly developer tools

Usage no npm install needed!

<script type="module">
  import applicvisionJsToolbox from 'https://cdn.skypack.dev/@applicvision/js-toolbox';
</script>

README

JS Toolbox

A collection of tools to simplify modern JavaScript development.

Includes

  • Testing tool
  • Auto reload tool
  • Command Line argument parsing
  • Ayay (Simplify work with arrays)
  • IzzaDate (Simplify work with dates)

Bin

  • testa
  • autoreload
  • filewatcher
  • toolbox-playground

Getting started

  • npm install @applicvision/js-toolbox
  • import {Ayay} from '@applicvision/js-toolbox'
  • npx testa my-test.mjs

Requires

  • Node v.10+ (uses ECMAScript Modules)
  • Local installation. Currently, testa command can only be run from project local npm install.