Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/herbsjs/herbs

A domain-first framework. Code your domain and your infrastructure will follow
https://github.com/herbsjs/herbs

hacktoberfest herbs herbsjs

Last synced: 16 days ago
JSON representation

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

Lists

README

        

# [![CI](https://github.com/herbsjs/herbs/actions/workflows/ci.yml/badge.svg)](https://github.com/herbsjs/herbs/actions/workflows/ci.yml) Herbsjs

Library that unify all core librarys from herbsjs

### Installing
```
$ npm install @herbsjs/herbs
```

### Using

#### (ES6 module syntax)

``` javascript

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

```

#### (CommonJS syntax)

``` javascript

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](https://github.com/herbsjs/herbs/issues/new/choose) or chat with us in: [Herbs discord](https://discord.gg/e3cQ66KDv5)

### 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](https://discord.gg/e3cQ66KDv5) 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](https://github.com/herbsjs/herbs/blob/main/.github/CONTRIBUTING.md)

### License

**Herbs** is released under the
[MIT license](https://github.com/herbsjs/herbs/blob/main/LICENSE).