create-any-cli

v1.0.1
Simple but highly flexible scaffolding CLI and Node API.
create cli create- create-* any kickstart bootstrap blueprint

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

NODE_ENV=production babel src --out-dir dist --ignore spec.js

build:flow

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

build:watch

npm run build:babel -- -w

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 || true

prepublishOnly

npm run build

precommit

lint-staged && npm test

semantic-release

semantic-release pre && npm publish && semantic-release post

Metadata

  • MIT
  • >=8.9.0
  • Immonet dev team
  • released 11/26/2017

Downloads

Maintainers