Update Docs
Right now the docs does include hereby commands to build , lint etc.
However instead of
hereby build
...
would be great to have
npx hereby build
Most of us have hereby installed globally as that's faster to run, but, I guess we could document it differently.
I'd agree.
Although it would be even better if hereby is kept as dev dependency and npm scripts can use it and docs say npm run build etc.
The doc says hereby is not needed to work on the repo but it is actually a dependency. Just a misled information. I m sure you have ton of things to worry about besides this trivial one. I'd be happy to submit a PR
We already have scripts for some tasks, and could include more.
The doc says hereby is not needed to work on the repo but it is actually a dependency. Just a misled information.
This depends on what you mean by "work". You can clone the repo and work straight away with just go test; anything else is extra.