create-markdown-blog

Tool for generating bare bones markdown blog templates.

Usage no npm install needed!

<script type="module">
  import createMarkdownBlog from 'https://cdn.skypack.dev/create-markdown-blog';
</script>

README

create-markdown-blog

This is a command-line tool for generating markdown blog, this degit to clone repos with leaving behind a repository. Read the readme file in the particular template to know the basics of how to use it.

how it works

run the following command to generate a project

npx create-markdown-blog template projectName

or

npm init markdown-blog

Templates

  • gatsby
  • next
  • gridsome
  • nuxt
  • sapper
  • scully
  • gatsbyportfolio (template for developer portfolios)

Default

If nothing is specified it will create a Next template in a Folder called myblog