Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 933 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 933 Bytes

Contributing

Same contributing guidelines as the WikiBonsai, but there are some extra testing details below...

run unit tests

Note: Be very careful with tests as they perform operations on real files generated at runtime. This means if variables like cwd (current working directory) aren't set properly, you may perform cli operations on project files themselves during test runs.

$ yarn test

run cmds directly from project

$ yarn tendr <cmd>

note: aliases (tend, t) should also work.

install project locally

after (re)building project, copy/paste package.json into the dist/ directory (this will be automatically genenerated in a production deploy).

$ yarn global add file://path/to/tendr-cli/

qa checklist

  • unit tests
  • tendr package script
  • install locally
  • ensure prod vars are ready