devmoji

v1.2.0
Enhance your conventional commits with gitmoji
cli command-line commit commitlint commitzen conventional-commits emoji emojify gitmoji and 4 more...

generate:emoji

npx ts-node --transpile-only src/scripts/updater.ts

generate:config

npx ts-interface-builder src/config-options.ts

prebuild

npx concurrently -c grey.dim,blue.dim yarn:clean yarn:generate* yarn:build:docs && yarn lint && npx jest

build:docs

npx copyfiles *.md ../../

build:rollup

npx rollup -c

build

yarn build:rollup

clean

npx rimraf lib coverage *.log

test

npx jest

test:cov

npx jest --coverage

lint

npx concurrently -c grey.dim,blue.dim yarn:lint:eslint yarn:lint:ts

lint:eslint

npx eslint bin/*.js src/*.ts --fix

lint:ts

npx tsc -p tsconfig.build.json --noEmit

prepublishOnly

yarn build

semantic-release

semantic-release

Metadata

  • MIT
  • Whatever
  • Folke Lemaitre
  • released 1/15/2020

Downloads

Maintainers