Herbs

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

README


Herbsjs


Library that unify all core librarys from herbsjs

Installing

  1. ```
  2.   $ npm install @herbsjs/herbs
  3. ```

Using



(ES6 module syntax)


  1. ``` javascript

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

  4. ```

(CommonJS syntax)


  1. ``` javascript

  2. const { usecase, step, Ok, Err, entity, field, validate, errorCodes ,checker } = require('@herbsjs/herbs')

  3. ```

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


Any doubts?


Please visit our issues or chat with us in: Herbs discord


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 chat with us 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 CONTRIBUTING


License


Herbs is released under the