1.0.0 • Published 3 years ago

@neatup/utils v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

NeatUp Utils

Installation

  • npm: npm i @neatup/utils
  • yarn: yarn add @neatup/utils

Usage

index.ts

import { NeatUpTemplate, NeatUpTemplateBlock } from '@neatup/utils';

const template = NeatUpTemplate.fromMarkdown("# Title\n\ndescription")

// do some other work with the template

console.log(template.toMarkdown())

output

# Title

description
1.0.0

3 years ago

0.3.3

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.3.1

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago