Command line interface of markdown-to-atlassian-wiki-markup
npm install -g @kenchan0130/markdown-to-atlassian-wiki-markup-cli
# or
yarn global add @kenchan0130/markdown-to-atlassian-wiki-markup-cli
markdownToAtlassianWikiMarkup /path/to/markdown-file
cat /path/to/markdown-file | markdownToAtlassianWikiMarkup
- Add unit tests
- Support code block options
npm ci
npm run test
- Fork the project
- Create a descriptively named feature branch
- Add your feature
- Submit a pull request
npm version major|minor|patch
Run this with local master branch.
MIT