Socket
Socket
Sign inDemoInstall

create-probot-appz

Package Overview
Dependencies
337
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-probot-appz

Create a Probot app


Version published
Maintainers
1
Install size
10.8 MB
Created

Readme

Source

Create Probot App

This project will generate a new Probot app with everything you need to get started building. 👷🏽‍

In particular, this command line interface allows you to select from our pre-defined blue prints to choose a basic working example to start from.

Getting started with Blue Prints 🛠

npx create-probot-app my-first-app -t basic-js

This template is a JavaScript app that will post a comment every time an issue is opened.

npx create-probot-app my-first-app -t basic-ts

This template is a TypeScript app that will post a comment every time an issue is opened.

npx create-probot-app my-first-app -t checks-js

This template is a JavaScript app that will create a new check every time a check a push happens.

npx create-probot-app my-first-app -t git-data-js

This template is a JavaScript app that will create a new pull request using the Git Data API every time someone installs your app.

If you're using Yarn:

yarn create probot-app my-first-app

See the Probot docs to get started running your app locally.

Keywords

FAQs

Last updated on 17 Oct 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc