0.0.7 • Published 7 years ago

mdtrans v0.0.7

Weekly downloads
53
License
-
Repository
github
Last release
7 years ago

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
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2-u1

7 years ago

0.0.2

7 years ago

0.0.1-u5

7 years ago

0.0.1-u3

7 years ago

0.0.1-u2

7 years ago

0.0.1-u1

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago