@immowelt/docker-publish

v1.3.1
A simple CLI to build and publish a repository with an Dockerfile based on GitHub repository release tags.

test

npm run lint && npm run flow && npm run jest:coverage

lint

eslint src

prettier

prettier --write src/**/*.js

jest

jest

jest:watch

npm run jest -- --watch

jest:coverage

npm run jest -- --coverage

build:clean

rimraf dist

build:babel

babel src --out-dir dist --ignore spec.js

build:flow

flow-copy-source -v src dist --ignore='*.spec.js'

prebuild

npm run build:clean

build

npm run build:babel && npm run build:flow

flow

flow

flow-typed

flow-typed

flow-typed-install

flow-typed install --ignoreDeps=bundled peer --overwrite

prepare

npm run flow-typed-install

prepublishOnly

npm run build

semantic-release

semantic-release pre && npm publish --access=public && semantic-release post

precommit

lint-staged && npm test
npm i @immowelt/docker-publish

Metadata

  • MIT
  • >=8.3.0
  • Immonet dev team
  • released 9/7/2017

Downloads