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

Command line interface of markdown-to-atlassian-wiki-markup (https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup)

Usage no npm install needed!

<script type="module">
  import kenchan0130MarkdownToAtlassianWikiMarkupCli from 'https://cdn.skypack.dev/@kenchan0130/markdown-to-atlassian-wiki-markup-cli';
</script>

README

@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