npx
npx copied to clipboard
Removes the lodash dependency
The lodash library can not be compiled and installed to the Tessel 1, so this PR removes lodash completely and replaces the used functions with naive local implementations.
Also implements a clear function.