Skip to content

wuxiaobai24/f3m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f3m

A frontmatter based markdown manager.

oclif Version Downloads/week License

Usage

$ npm install -g f3m
$ f3m COMMAND
running command...
$ f3m (-v|--version|version)
f3m/0.0.3 linux-x64 node-v12.16.3
$ f3m --help [COMMAND]
USAGE
  $ f3m COMMAND
...

Commands

f3m add [PATH]

Add post(s)

USAGE
  $ f3m add [PATH]

DESCRIPTION
  ...
  parse post frontmatter into database.

See code: src/commands/add.js

f3m config [SUBCOMMAND]

Show and set config

USAGE
  $ f3m config [SUBCOMMAND]

OPTIONS
  -e, --encoding=encoding        set encoding config
  -f, --frontmatter=frontmatter  set frontmatter type config
  -n, --name=name                name to print

DESCRIPTION
  ...
  f3m config set -f yaml -c utf8
  f3m config show # or f3m config

See code: src/commands/config.js

f3m dump [PATH]

Describe the command here

USAGE
  $ f3m dump [PATH]

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/dump.js

f3m help [COMMAND]

display help for f3m

USAGE
  $ f3m help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

A frontmatter based markdown manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published