bare-format String formatting for JavaScript. npm i bare-format Usage const format = require('bare-format') format('Hello %s', 'world!') // Hello world! License Apache-2.0