0.2.0 • Published 2 years ago

@kingdom-sdk/core v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🏰 Kingdom SDK: Core module

Core module to design DDD applications in TypeScript.

Features

See the changelog to know all the features supported.

Installation

Use the package manager npm to install @kingdom-sdk/core.

npm install @kingdom-sdk/core

You can use yarn as well.

yarn add @kingdom-sdk/core

Development Dependencies

Production Dependencies

Adding a Git hook

After installing the dependencies, automatically the script prepare will set up the husky to git hooks.

To add a script to be run before every commit (such as code enforcement), follow the example below or edit by hand the pre-commit file.

yarn husky add .husky/pre-commit "yarn lint-staged"

REPL

You can test sorts of TypeScript code interactively through the ts-node executable:

yarn ts-node

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT