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

@remark/hercules

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remark/hercules

Hercules is a tool for easily managing all of Remark's TypeScript projects, specifically inter-project dependencies.

  • 1.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

Hercules

Hercules is a tool for easily managing all of Remark's TypeScript projects, specifically inter-project dependencies.

Installation

Hercules can be installed like so:

npm i -g @remark/hercules

hercules should now be accessible via the command line.

Commands

Hercules commands can be run from anywhere inside of the Remark monorepo. Attempting to run outside of the repo will not work, as Hercules needs access to its configuration file (i.e., C:/Projects/hercules.json).

help

hercules -h

Displays the Hercules help menu.

ls

hercules ls

Lists all of the packages in the repository.

bootstrap

hercules bootstrap

Bootstraps all of the packages in the current repository.

What this entails:

  1. Runs npm install to install all external dependencies from the packages.
  2. Runs npm prepublish for each package, which can be used to run compilation steps, etc.
  3. Creates symlinks for all internal dependencies.

FAQs

Package last updated on 24 Jan 2019

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