@bluealba/pae-template-lib-ts
v1.0.0-develop-11
Published
PAE template for library in TS
Readme
pae-template-lib-ts
TODO: update This was generated from pae-template-lib-ts
First steps
After forking the repository you must
- Update the
package.jsonname - Run
npm installin order to updatepackage-lock.json - Start coding
src/index.js - Edit
.github/workflows/build.ymland remove theif: falseline to enabled it.
Build
Just run npm run build.
We use unbuild library
Workflows
The build workflow is already setup. You just need to enable it (already mentioned above) AFTER doing all the renaming. This workflow will build the library and publish it into BA Artifactory so you can use it in other projects.
