@kenchan0130/markdown-to-atlassian-wiki-markup-cli

0.7.0 • Public • Published

@kenchan0130/markdown-to-atlassian-wiki-markup-cli

NPM version Build status dep dev dep snyk MIT

Command line interface of markdown-to-atlassian-wiki-markup

Installation

npm install -g @kenchan0130/markdown-to-atlassian-wiki-markup-cli
# or
yarn global add @kenchan0130/markdown-to-atlassian-wiki-markup-cli

Usage

Using file path

markdownToAtlassianWikiMarkup /path/to/markdown-file

Using pipe

cat /path/to/markdown-file | markdownToAtlassianWikiMarkup

TODO

  • Add unit tests
  • Support code block options

Development

Test

npm ci
npm run test

Contributing

  1. Fork the project
  2. Create a descriptively named feature branch
  3. Add your feature
  4. Submit a pull request

Release

npm version major|minor|patch

Run this with local master branch.

License

MIT

Package Sidebar

Install

npm i @kenchan0130/markdown-to-atlassian-wiki-markup-cli

Weekly Downloads

2

Version

0.7.0

License

MIT

Unpacked Size

28 kB

Total Files

18

Last publish

Collaborators

  • kenchan0130