herbs-cli
herbs-cli copied to clipboard
Herbs CLI
### Problem Description In the mongo.js file, two environment variables are defined: $MONGO_DATABASE and $MONGO_CONN_STR. When creating the .env file, if the $ character is used to name the variables,...
Fixes #158 ## Proposed Changes 1. Generate the id field as a string 2. Using the uuidV4 package ## Readiness Checklist ### Author/Contributor - [ ] If documentation is needed...
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 8.2.4 to 8.2.5. Commits 7a2ade6 Publish 42e9f91 Fix coverage reporting? d53072c Legacy fix default clearing on input (#1177) b41b898 Clean branch to make it work with v8...
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 8.1.0. Changelog Sourced from glob's changelog. 8.1 Add windowsPathsNoEscape option 8.0 Only support node v12 and higher \ is now only used as an escape...
Bumps [openai](https://github.com/openai/openai-node) from 3.0.0 to 3.2.1. Release notes Sourced from openai's releases. v3.2.0 Added new ChatGPT and Whisper APIs. Commits 0363de2 3.2.1 7d6cc97 add missing params f960347 3.2.0 75f6853 OpenAPI...
**Is your feature request related to a problem? Please describe.** Herbs update and herbs spec commands must receive an optional parameter, enabling the test folder to be changed. **Describe the...
The only test currently being generated (from `new` or `update` command) is use case tests. Since entities also can (and should) have logic, they should have tests for entities as...
**Describe the bug** I have created a new project without rest/graphql layer, but the project has been created with a server.start in index file. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** What do you think about the CLI creating a console layer? **Describe the solution you'd like** Instead of using the...