Herbs

A domain-first framework. Code your domain and your infrastructure will follow
GitHub
426
Created 3 years ago, last commit a year ago
6 contributors
109 commits
Stars added on GitHub, month by month
0
0
0
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
0.0
/day
Last month
0.0
/day
Last 12 months
0.0
/day
npmPackage on NPM
Monthly downloads on NPM
11
12
1
2
3
4
5
6
7
8
9
10
2023
2024
README

CI Herbsjs

Library that unify all core librarys from herbsjs

Installing

  $ npm install @herbsjs/herbs

Using

(ES6 module syntax)

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

(CommonJS syntax)

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

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 MIT license.