Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jhomarolo_package

herbsjs2MIT1.1.14

A domain-first framework. Code your domain and your infrastructure will follow

entity, value object, validation, error code only

readme

CI Herbsjs

Library that unify all core librarys from herbsjs

Installing

  $ npm install @herbsjs/herbs

Using


import herbs from '@herbsjs/herbs'
const {usecase, step, Ok, Err, entity, field, validate, errorCodes ,checker} = herbs

Please visit out website for more information: https://herbsjs.org

Any doubts?

Please visit out forum for more information: Herbs Forum

Contribute

Come with us to make an awesome herbs.

Now, if you do not have technical knowledge and also have intend to help us, do not feel shy, click here to open an issue and collaborate their ideas, the contribution may be a criticism or a compliment (why not?)

If you would like to help contribute to this repository, please see Herbs Forum

License

Herbs is released under the MIT license.

changelog

1.1.2 (2021-06-23)

Bug Fixes

1.1.1 (2021-06-23)

Bug Fixes

  • package: fix package-lock.json (4070b20)

1.1.0 (2021-06-23)

Features

  • change the sources of herbs core library (3629408)

1.0.2 (2021-06-18)

Bug Fixes

1.0.1 (2021-06-18)

Performance Improvements

  • update buchu dependecies (983ff3f)

1.0.0 (2021-06-17)

Features