create-probot-app

v5.1.0
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:make-cpa

node --input-type=module -e 'import { chBinMod } from "./script/make-executable.js"; chBinMod("create-probot-app")'

dev:make-tests

node --input-type=module -e 'import { chBinMod } from "./script/make-executable.js"; 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
npm i create-probot-app

Metadata

  • ISC
  • >= 18
  • Brandon Keepers
  • released 3/12/2024

Downloads