1.3.4 • Published 28 days ago

@remark/cardinal v1.3.4

Weekly downloads
1
License
MIT
Repository
github
Last release
28 days ago

Cardinal 🐦

car·di·nal /ˈkärd(ə)nl/

adjective

  1. of the greatest importance; fundamental.

Usage

First you need to install Cardinal:

npm i -D @remark/cardinal

Once that finishes, you can configure your desired scripts:

{
  "scripts": {
+    "format": "remark-cardinal format"
  }
}

Scripts

build

build builds your code.

Currently only supports TypeScript (via the --typescript flag).

Options

format

format formats your code using Prettier.

lint

lint lints your code using ESLint.

Options

  • --config <path> - Specify a custom Prettier configuration file.
  • --ignore-path <path> - Path to a file containing patterns that describe files to ignore. By default, Cardinal respects the project's .gitignore.
  • --no-write - Disables Prettier's --write option.
1.3.4

28 days ago

1.3.3

2 months ago

1.3.2

2 months ago

1.3.1

2 months ago

1.3.0

2 months ago

1.2.5

6 months ago

1.2.0

1 year ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago