Skip to content

mkblog-dev/mkblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Development

Build CLI:

make build-cli

Clean playground output:

make playground-clean

Build playground project:

make playground-build

Serve playground:

make playground-serve

Variable Naming Conventions

  • inputDir – The raw path to the blog directory as provided by the user via the CLI.
    It should only be used to resolve the normalized path (pathToBlog).

  • pathToBlog – A path to the blog directory, resolved relative to the current working directory (cwd).
    This should be used consistently throughout the codebase for all operations on the blog.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published