0.1.1 • Published 5 years ago

zenchi-github-readme v0.1.1

Weekly downloads
3
License
(ISC OR GPL-3.0)
Repository
github
Last release
5 years ago

ZenChi GitHub Readme

Description: The ZenChi GitHub Readme component uses a raw file of GitHub markdown and recreates a facsimile of how GitHub displays markdown

Version: 0.1.1
Author: Elijah Liedtke (Chimera.Zen)
Email: chimera.zen@gmail.com
Link: https://github.com/ChimeraZen/zenchi-github-readme

Copyright: Copyright (c) 2018, Elijah Liedtke
License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Table of Contents

  1. Instructions
    1. Installation
    2. Updating
    3. Uninstall
  2. Components
    1. Progress
  3. ChangeLog

Instructions

The following has been provided to assist in installing, updating or removing the ZenChi (pronounced: zen-Kai) Apps. Questions, comments, suggestions and concerns are welcome and can be sent to chimera.zen@gmail.com.

I hope you enjoy this app!

 

Installation

  1. Navigate to your app directory and install the ZenChi GitHub Readme package using:
npm i zenchi-github-readme
  1. Once installed, ZenChi components can be imported using this syntax:
import { GitHubReadme } from 'github-readme'

 

Updating

  1. Navigate to your app directory and enter:
npm update zenchi-github-readme

 

Uninstall

  1. Navigate to your app directory and enter:
npm uninstall zenchi-github-readme

 

Components

Progress

The ZenChi GitHub Readme component uses a raw file of GitHub markdown and recreates a facsimile of how GitHub displays markdown. The file can be an import or fetched from the raw URL provided by GitHub

This component can be initialized using import { GitHubReadme } from 'zenchi-github-readme'

<GitHubReadme file={raw-github-readme-file-as-string} />

Parameters

NameTypeDefaultSyntaxDescription
filestringFile can be imported or fetched from raw readme URL on GitHub

 

ChangeLog

v0.1.1

  • Parses raw GitHub Readme file as string and outputs a facsimile of how GitHub displays readme.md files
  • Some issues with parsing task lists, etc. and some styling isn't quite right

v0.1.0

  • Initial Commit and NPM package test