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

Readme

Keywords

Package Sidebar

Install

npm i popotter

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • walaura