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: 8 days ago
JSON representation
A domain-first framework. Code your domain and your infrastructure will follow
- Host: GitHub
- URL: https://github.com/herbsjs/herbs
- Owner: herbsjs
- License: mit
- Created: 2021-06-17T16:29:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T19:27:24.000Z (12 months ago)
- Last Synced: 2024-04-26T19:47:46.032Z (7 months ago)
- Topics: hacktoberfest, herbs, herbsjs
- Language: JavaScript
- Homepage: https://herbsjs.org/
- Size: 455 KB
- Stars: 424
- Watchers: 11
- Forks: 14
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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).