@kenchan0130/markdown-to-atlassian-wiki-markup-cli
v0.7.0
Published
Command line interface of markdown-to-atlassian-wiki-markup (https://github.com/kenchan0130/markdown-to-atlassian-wiki-markup)
Downloads
30
Maintainers
Readme
@kenchan0130/markdown-to-atlassian-wiki-markup-cli
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
- Fork the project
- Create a descriptively named feature branch
- Add your feature
- Submit a pull request
Release
npm version major|minor|patch
Run this with local master branch.
License
MIT