abcq

v0.1.7
Generates character combinations from numbers: `a b c ... aa ab ac ... foo fop foq`

babel

babel src --out-dir lib

build

npm run babel; node build

create-index

echo 'module.exports = require("./lib").default;' > index.js

docs

rm -rf docs && mkdir docs && jsdoc -c jsdoc.json

precommit

npm test

prepublish

npm run create-index; npm run build

prepush

npm test

prerelease

npm test

pretest

npm run build; standard src

release

standard-version --no-verify

Metadata

  • MIT
  • Whatever
  • Gregor Adams
  • released 9/9/2016

Downloads

Maintainers