Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text

Install

ECMAScript (Node.js v12.x LTS or higher)

npm i --save @darkwolf/text.mjs

CommonJS (Node.js v10.x LTS or higher)

npm i --save @darkwolf/text.cjs

Using

// ECMAScript
import Text from '@darkwolf/text.mjs'
// CommonJS
const Text = require('@darkwolf/text.cjs')

const text = new Text('Ave, Darkwolf!')
  .newLine()
  .add('Ave, @{username}!')
  .template({username: 'PavelWolfDark'})
  .newLine()
  .add('WFC: {wallet.balance}')
  .template({
    wallet: {
      balance: '1.00000001'
    }
  })
text.value // () => 'Ave, Darkwolf!\nAve, @PavelWolfDark!\nWFC: 1.00000001'

Contact Me

Telegram: @PavelWolfDark

About

Text

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages