draft-js-export-markdown : DraftJS: Export ContentState to Markdown. You can installing draft-js-export-markdown npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install draft-js-export-markdown $ sudo npm install -g draft-js-export-markdown
If want to update the draft-js-export-markdown package execute the command as below,
$ sudo npm update draft-js-export-markdown
Update package globally,
$ npm install -g draft-js-export-markdown
$ sudo git clone https://github.com/rektide/draft-js-export-markdown.git
$ sudo npm install -g ./draft-js-export-markdown
draft-js-export-markdown@1.2.0 /usr/lib/node_modules/draft-js-export-markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall draft-js-export-markdown
Package Name | draft-js-export-markdown |
Version | 1.2.0 |
Description | DraftJS: Export ContentState to Markdown |
Released Date | 2017-09-19T00:39:55.974Z |
Published by | sstur |
How to Learn | https://www.npmjs.com/package/draft-js-export-markdown/tutorial |