gros-bras-shared
Version:
This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...
13 lines (7 loc) • 663 B
Markdown
# gros-bras-shared
This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...
Don't forget to log into npmjs (`npm login`) before publish it
All stuffs are transpiled into `dist` directory, and before publish, npm copy all the content from this directory to the project root.
All those stuffs are then in .gitignore file since the are generated each time by `npm run build` and before publishment. IDEM for .ts and .js files
# IMPORTANT TO NOTICE
In case you add new folder into `/src` dir, don't forget to add it also into .gitignore to maintain this framework coherence.