0.0.0 • Published 4 years ago
@antonio-santos/exbanking v0.0.0
exbanking
A simple NPM package banking application in Typescript language.
Commands
To run, use:
npm start # or yarn startThis builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.
To do a one-off build, use:
npm run build # or yarn buildTo run tests, use:
npm test # or yarn testConfigurations
Code quality is set up with prettier, husky, and lint-staged. Adjust the respective fields in package.json accordingly.
Jest
Jest tests are set up to run with npm test or yarn test.
Bundle Analysis
size-limit is set up to calculate the real cost of the library with npm run size and visualize the bundle with npm run analyze.
Continuous Integration
GitHub Actions
maininstalls deps w/ cache, lints, tests, and builds on all pushes against a Node and OS matrixsizecomments cost comparison of the library on every pull request usingsize-limit
Publishing to NPM
0.0.0
4 years ago