Skip to content

marmicode/checklist-template

Repository files navigation

Checklist Template


This is a template repository you can use to quickly create a checklist similar to the awesome Angular Checklist

How it works

This template repository uses @marmicode/checklist-cli (based on Angular Checklist) to convert markdown like this :

---
title: put code samples
---

# Problem

It's hard to explain code without `code`.

# Solution

Write code like this:

\`\`\`ts

const boom = () => setInterval(boom);
boom();

\`\`\`

**WARNING:** THIS WILL EXPLODE 💥

into something friendly like this:

Usage

  1. Use this template by clicking the "Use this template" button above 👆

  2. Install dependencies

npm install # or yarn
  1. Start the local server
npm start # or yarn start
  1. Edit the markdow content in the content folder

  2. Once satisfied, you can build your app

npm run build # or yarn build

and deploy dist/browser wherever you want

Credits

Co-author of Angular-Checklist

Dominic Elm

twitter: @elmd_

Co-author of Angular-Checklist

Kwinten Pisman

twitter: @KwintenP

Author of @marmicode/checklist-cli

Younes Jaaidi

twitter: @yjaaidi

About

☑️ A template repository for generating checklists using https://github.com/typebytes/checklist-cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published