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

automation-engine

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automation-engine

  • 0.8.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Dev Platform AutoModerator

Build Status codecov

This is the implementation for AutoModerator in Typescript to run on Reddit's developer platform.

Monorepo structure

This repo is a monorepo employing yarn workspaces located in the actors directory own package.json and individualized scripts.

Note: Currently, a monorepo workspace is the same as a dev platform actor. This alias relationship could change in the future as we may add utility workspaces that are not actors. For now, you may use these two words interchangeably.

Running the same yarn script across monorepo workspaces

We manage monorepo scripts with turbo. We configure turbo here and invoke its scripts via yarn configured in the root package.json. For example, you can run tests across all of the workspaces like so:

yarn run test

Running a workspace yarn script

Monorepo workspaces can have and manage their own scripts. Sometimes you need to run a script on a single workspace. Yarn allows you to do so as shown below:

yarn workspace automod run lint:fix

FAQs

Package last updated on 19 Jan 2023

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