
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@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 10 weekly downloads. As such, @easy-breezy/generator-api popularity was classified as not popular.
We found that @easy-breezy/generator-api demonstrated a not healthy version release cadence and project activity because the last version was released 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.