1.2.6 • Published 8 months ago

@croccifixio/tafsiri v1.2.6

Weekly downloads
8
License
Unlicense
Repository
-
Last release
8 months ago

Tafsiri

This is the CLI for a custom markdown parser.

Usage

At the bare minimum the CLI expects a relative path to a folder containing markdown files.

Running the command below will parse all the markdown files within src. It will then output the resulting files into src/.temp.

npx tafsiri -d src

The output folder can be specified using the -b option as shown below:

npx tafsiri -d src -b dist

Passing the -w flag will make the CLI watch for changes in markdown files in the input directory. This will generate an output file each time one of the watched markdown files is saved.

npx tafsiri -d src -w

Options

  • --src <src-directory>, -d

    This is a required flag that is used to specify the input directory. It expects a relative path.

  • --build <build-directory>, -b

    This is an optional flag that is used to specify the output directory. It expects a relative path.

  • --watch, -w

    This is an optional flag that if passed, will make the CLI watch for changes in markdown files.

1.2.6

8 months ago

1.2.4

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.0.0

4 years ago