0.0.3-beta5 • Published 2 years ago

fmr v0.0.3-beta5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

fmr

English中文

A CLI that lets you experience modern monorepo project quickly and easily, powered by turborepo, pnpm and changesets.

Features:

  • Create a monorepo template project
  • Use pnpm as a package manager
  • Use turborepo to preform multiple package script tasks

Install

Install it globally:

pnpm add fmr -g
# Or Yarn
yarn add fmr -g
# Or npm
npm i fmr -g

Command

Overview:

fmr new

Usage:

fmr new <project>

Create a new monorepo project

Command options:

  --type ts       monorepo with typescript
  --type js       monorepo with javascript

fmr add

Usage:

fmr add <package>

Command options:

  --scope <name>  install package in scope
  --save-dev
  -S
  --dev
  -D

Note that if you don't set --scope, the package will be installed in root.

fmr run

Usage:

fmr run <command>

fmr changeset

Usage:

fmr changeset

fmr version

Usage:

fmr version

fmr publish

Usage:

fmr publish

Note that if you want to publish to a private registry, you should add publicConfig.registry to packagejson of the published package, for example:

{
  ...
  "publicConfig": {
    "registry": "http://localhost:4873"
  }
}
0.0.3-beta5

2 years ago

0.0.3-beta4

2 years ago

0.0.2-beta1

2 years ago

0.0.2-beta2

2 years ago

0.0.2-beta5

2 years ago

0.0.2-beta6

2 years ago

0.0.2-beta3

2 years ago

0.0.2-beta4

2 years ago

0.0.3-beta2

2 years ago

0.0.3-beta3

2 years ago

0.0.3-beta1

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.2-beta9

2 years ago

0.0.2-beta7

2 years ago

0.0.2-beta8

2 years ago

1.0.0

4 years ago