Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-rx-bot

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rx-bot

  • 2.3.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
220
decreased by-70.03%
Maintainers
0
Weekly downloads
 
Created
Source

create-rx-bot

This package will help you to create a RxBot instance.

Installation

pnpm create rx-bot

Usage

Dry Run

DRY_RUN=true pnpm create rx-bot

Create a new bot

pnpm create rx-bot

For more examples and detailed documentation, please visit our GitHub wiki.

Development

Add new template

  1. Create a new file in src/templates folder and name it as somename.some_ext.tmpl.
  2. Add an entry in templates.yaml.tmpl file.

The template will be rendered using nunjucks which similar to jinja2 in python.

Hooks

Hooks are designed to be used in the templates to add some dynamic logic.

  1. afterEmit hook will be called after the file is emitted.

FAQs

Package last updated on 22 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc