tp-stampit
OOP is better with stamps: Composable object factories
Intro
The current project is TypeScript rewritten Stampit@4.0.2, please click on the link to access the source code and instructions.
In addition, TypeScript's project seeds are built using typescript-library-starter, thanks for the work done by koresar and alexjoverm!
中文说明
Install
Development
npm t
: Run test suite
npm start
: Run npm run build
in watch mode
npm run test:watch
: Run test suite in interactive watch mode
npm run test:prod
: Run linting and generate coverage
npm run build
: Generate bundles and typings, create docs
npm run lint
: Lints code
npm run commit
: Commit using conventional commit style (husky will tell you to use it if you haven't :wink:)
License
MIT