create-probot-app

v5.0.10
Create a Probot app
probot

test

./script/test-all-templates.sh

test:template

./script/test-template.sh

lint

prettier --ignore-path .gitignore --check '**/*.{js,ts,json,yml,md}'

lint:fix

prettier --ignore-path .gitignore --write '**/*.{js,ts,json,yml,md}'

dev

tsc-watch --onFirstSuccess "npm run dev:make-cpa"

dev:make-cpa

ts-node -e 'import { chBinMod } from "./script/make-executable"; chBinMod("create-probot-app")'

dev:make-tests

ts-node -e 'import { chBinMod } from "./script/make-executable"; chBinMod("run-tests")'

build

npm run build:clean && tsc && npm run dev:make-cpa && npm run dev:make-tests

build:clean

rimraf bin

build:source

tsc && npm run dev:make-cpa

build:tests

tsc && npm run dev:make-tests

Metadata

  • ISC
  • Whatever
  • Brandon Keepers
  • released 12/27/2022

Downloads