Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 384 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 384 Bytes

How to develop?

  • Checkout to a new branch, for example dev;
  • Run npm link, то make the package available from global space;
  • Develop your features;
  • Ensure you have built the project via npm run build or npm run build:dev command;
  • Run init-typescript-app to check the results;
  • After the job is done, run npm unlik to remove package symlink from global space;