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
testaautoreloadfilewatchertoolbox-playground
Getting started
npm install @applicvision/js-toolboximport {Ayay} from '@applicvision/js-toolbox'npx testa my-test.mjs
Requires
- Node v.10+ (uses ECMAScript Modules)
- Local installation. Currently,
testacommand can only be run from project localnpm install.