Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@firebolt-js/openrpc
Advanced tools
Tools to enable consistent Firebolt SDK and document generation.
npm install
.src/cli.js
. See below for arguments.Alternatively, you may install globally using npm install -g @firebolt-js/openrpc
, which will install the cli and add it to your $PATH so it may be invoked with the firebolt-openrpc
command.
Firebolt OpenRPC Tools require Node 16.
--task
: Tell the tool what you want it to do. Options are:
sdk
: Generate the SDKdocs
: Generate the docsopenrpc
: Generate the openrpcvalidate
Validate the openrpc--source
: The relative or absolute path to the folder or file that the task will use.
--template
: The relative or absolute path to the folder or file containing template resources for the task.
--output
: The relative or absolute path to the folder or file that will hold the task's generated output.
--as-path
: Used by the document generator. This is a toggle for generating content as files vs folders. More info below in Document Generation.
--static-modules
: String. Used by the SDK generator. "Static modules" are modules without an OpenRPC json document. More on this below.
Indicated by --task sdk
. Generate the Firebolt SDKs from an OpenRPC spec. Currently, only the JavaScript SDK is supported.
Static modules are modules without a corresponding OpenRPC json document. It will be included statically from the location supplied by the --template
option. Listing your module in the --static-modules
property ensures that it is properly exported by the SDK and wires up mock responses as well.
Indicated by --task docs
. Generate markdown docs from the OpenRPC spec.
When deploying docs to web servers, --as-path
is generally used. For deploying to GitHub pages/wikis, do not use --as-path
.
This toggle will generate content as files vs folders. For exmaple, this:
/docs/Topic.md
vs
/docs/Topic/index.md
It affects the output of:
Indicated by --task openrpc
. Assembles a corpus of individual OpenRPC documents into a single OpenRPC document.
Module.listen('eventName')
Indicated by --task validate
. Reads and validates a corpus of individual OpenRPC documents and validates the result of assembling them together into a single OpenRPC document.
Don't feel like typing? Use -t
instead of --task
. This table shows the mapping:
shorthand | command |
---|---|
-t | --task |
-s | --source |
-tm | --template |
-o | --output |
-ap | --as-path |
-sm | --static-modules |
FAQs
The Firebolt SDK Code & Doc Generator
The npm package @firebolt-js/openrpc receives a total of 277 weekly downloads. As such, @firebolt-js/openrpc popularity was classified as not popular.
We found that @firebolt-js/openrpc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.