@velzepooz/coding-utils
v0.0.3
Published
Utils function for generate use
Downloads
19
Readme
Coding utils
Utils function for general coding tasks, like unique, capitalize, omit, etc.
Scripts
npm run fmt- format with eslintnpm run check- runs typescript compiler to check project, no types emittednpm run lint- eslint checksnpm run test- coverage with c8 and testnpm run types- compile d.ts files from javascript code using tscnpm run docs- generate docs with typedocnpm run final- run all scripts in sequence 1, 2, 3, 4, 5, 6 -> fmt, check, lint, test, types, docs
