1.0.0 • Published 7 years ago

popotter v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

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);
1.0.0

7 years ago