frau
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Frau

A pluggable build system for monorepos using Yarn workspaces

Overview

A lighter alternative to full-fledged build systems, such as Lerna, Nx, and Bit, and monorepo management tools like oao, Frau aims to be a simple drop-in solution for extending the functionality of yarn workspaces.

Installation

# yarn
yarn add -D frau

# npm
npm installl --save-dev frau

Usage

To see all CLI options, run frau --help:

Usage: frau [options] [command]

A pluggable build system for monorepos using Yarn workspaces

Options:
  -V, --version                                      output the version number
  -P, --plugins <directory>                          A directory of workspace-specific plugins
  -h, --help                                         display help for command

Commands:
  add|+ [options] <dependencies> [workspaces...]     Add one or more dependencies to one or more workspaces
  configure|c [options] <config>                     Convert an arbitrary configuration file to command-line arguments
  remove|- [options] <dependencies> [workspaces...]  Remove one or more dependencies from one or more workspaces
  run|r [options] <script> [workspaces...]           Run a script in one or more workspaces
  help [command]                                     display help for command

Readme

Keywords

none

Package Sidebar

Install

npm i frau

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

2.97 MB

Total Files

46

Last publish

Collaborators

  • laurenhamel