popotter

1.0.0 • Public • Published

Popotter

CLI tool that fetches strings from a json file and turns them into a .po file

  • well, it gives you the copypasteable contents

Usage

npm install popotter -g

you can also import it as a library and feed it json strings

const popotter = require('popotter');

const strings = popotter({
	"hello": "Welcome to App™",
	"body": "⚡️ Please have fun using App 🌈"
})
console.log(strings);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i popotter

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • walaura