
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@genericst/rtl
Advanced tools
A library that provides bootstrap functionality and process management tools for JavaScript applications
A library that provides bootstrap functionality and process management tools for JavaScript applications.
It allows to extend and Application
class and implement the main
function in JavaScript.
npm install
to install dependenciesnpm build
to build .ts files into .jsnpm link
to create a temporary link to library clisudo
.
$ rtl [options]
-f
: select file-o
: push arguments to applicationrtl -f demo.js
node ./bin/cli.js -f demo.js
const { Application } = require('./rtl-components');
class Demo extends Application {
static main(args) {
const { argv } = process;
console.dir({ argv, args });
}
}
module.exports = Demo;
Application
Main
must be a static functionuse strict
, imports/exports, global variables and classes allowed in the filenpm start
- build and run application with rtlnpm test
- run testsnpm run-script rtl-run
- run application with rtlnpm run-script build
- build .ts files into .jsnpm run-script eslint
- check for syntax mistakesFAQs
A library that provides bootstrap functionality and process management tools for JavaScript applications
The npm package @genericst/rtl receives a total of 3 weekly downloads. As such, @genericst/rtl popularity was classified as not popular.
We found that @genericst/rtl 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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.