Skip to content
This repository was archived by the owner on Jan 28, 2024. It is now read-only.

MintPlayer-Archive/nx-plugins

Repository files navigation

@mintplayer/nx-plugins

Collection of plugins (generators and executors) for NX

create-probot-app

When starting from scratch, you'd normally use

npx create-probot-app

to generate a new Probot app. However, you can't combine multiple Probot apps into a monorepo. Neither are you able to share code between apps using typescript libraries. This repository contains a generator and builder to integrate with NX.

npx create-nx-workspace
cd xxx
npm i -D @mintplayer/nx-generators
nx generate @mintplayer/nx-generators:create-probot-app
nx g @nx/js:library greeter --buildable --publishable --import-path=@example/greeter

About

Generate Probot app in an NX workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published