1.5.0 • Published 5 years ago

@remark/hercules v1.5.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
5 years ago

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.
1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago