@varatnar/bbcode-parser

![build](https://github.com/Varatnar/bbcode-parser/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/varatnar/bbcode-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/varatnar/bbcode-parser) ## Usage

Usage no npm install needed!

<script type="module">
  import varatnarBbcodeParser from 'https://cdn.skypack.dev/@varatnar/bbcode-parser';
</script>

README

Package name

build codecov

Usage

WIP

Requirement

Build

  1. Run the yarn command to install all the dependencies.

       $ yarn
    
  2. Build the project by calling yarn build

       $ yarn build
    

The built artifacts are available at projectRoot/bin

Test

  1. Run the tests by calling yarn test

       $ yarn test