Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@easy-breezy/generator-api
Advanced tools
@easy-breezy/generator-api
?@easy-breezy/generator-api
- This is the API adapter generation module using @reduxjs/toolkit
. For the @easy-breezy/core
microframework.
The module generates adapter code using the OpenAPI 2 and OpenAPI 3 specifications.
The module generates schemas, typescript types, and createApi
code for endpoints.
You'll first need to install @easy-breezy/core:
# npm
npm install @easy-breezy/core --save-dev
# yarn
yarn add @easy-breezy/core --dev
Next, install @easy-breezy/generator-api
:
# npm
npm install @easy-breezy/generator-api --save-dev
# yarn
yarn add @easy-breezy/generator-api --dev
If @easy-breezy/core
was set globally.
easy-breezy
# or
easybreezy
If @easy-breezy/core
has been installed locally then use your command.
Example:
// packages.json
{
// ...
"scrips": {
"generator": "easy-breezy"
}
}
# npm
npm run generator
# yarn
yarn generator
After starting, just follow the instructions in the CLI
The following file structure will be created
your-folder/
├─ your-api-endpoints/
├─ index.ts
├─ extension.ts // File for more detailed customization and expansion @reduxjs/toolkit `createApi`
FAQs
RTK adapter generator from OpenAPI specification
The npm package @easy-breezy/generator-api receives a total of 14 weekly downloads. As such, @easy-breezy/generator-api popularity was classified as not popular.
We found that @easy-breezy/generator-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.