mdtrans

0.0.7 • Public • Published

mdtrans

Travis build Status

A very simple markdown to html translator

Instructions to set up

  1. Download Node.js and extract it to a path
  2. Append that path in your ~/.bashrc file as follows
    export PATH=$PATH:/home/<path_of_installation>/nodejs/bin/
  3. Restart your terminal if it already is open
  4. Install the necessary node packages as follows
    npm install -g html-beautify
  5. Clone this repository
    git clone https://github.com/tanayseven/mdtrans.git
  6. Change to that directory by typing cd mdtrans
  7. To run the tests type make test
  8. To install mdtrans onto your system
    sudo make build
    This should be done only if you don't have a program installed which has command with name mdtrans

Readme

Keywords

none

Package Sidebar

Install

npm i mdtrans

Weekly Downloads

0

Version

0.0.7

License

none

Last publish

Collaborators

  • tanayseven