UNPKG

smartwrap

Version:

Textwrap for javascript/nodejs. Correctly handles wide characters (宽字符) and emojis (😃). Wraps strings with option to break on words.

11 lines (9 loc) 153 B
const tasks = arr => arr.join(' && ') module.exports = { 'hooks': { 'pre-commit': tasks([ "npm run lint", "npm run test" ]) } }