0.0.2 • Published 6 years ago

msg-storage v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

msg storage

messasge storage

Usage

npm install -D msg-storage

import ms from 'msg-storage'

ms.init({
  messages: {
    greet: {
      hello: 'hello {{name}}.'
    }
  }
})

ms.m('greet.hello', {name: 'Jhon'}) // hello Jhon.
0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago