Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

gitmoji commitlint parser

node v8.17.0
version: master
endpointsharetweet
const parse = require("@commitlint/parse"); (async () => { const message = await parse(':art: fodo ddd'); console.log(message); console.log({type: message.type}); console.log({subject: message.subject}); })();
Loading…

no comments

    sign in to comment