This package has been deprecated

Author message:

deprecated

@desco/bitbucket-markdown

1.0.0 • Public • Published

bitbucket-markdown

Sobre / About

Este pacote converte um arquivo Markdown comum para um novo arquivo no padrão do Bitbucket.

This package converts a common Markdown file to a new file in the Bitbucket standard.

Instalação / Install

const bitbucketMarkdown = require('@desco/bitbucket-markdown')

Uso / To use

Chame o bitbucketMarkdown passando no primeiro parâmetro o endereço do arquivo Markdown puro e no segundo o endereço do arquivo Markdown a ser gerado no padrão do Bitbucket.

Call bitbucketMarkdown passing in the first parameter the address of the pure Markdown file and in the second the address of the Markdown file to be generated in the Bitbucket standard.

bitbucketMarkdown('./README.md', './README_bitbucket.md')

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @desco/bitbucket-markdown

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    3.11 kB

    Total Files

    3

    Last publish

    Collaborators

    • descodifica