diff --git a/README.md b/README.md index 148c258..fe8de6a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@
+
[![Build](https://github.com/ido-pluto/ipull/actions/workflows/build.yml/badge.svg)](https://github.com/ido-pluto/ipull/actions/workflows/build.yml) [![License](https://badgen.net/badge/color/MIT/green?label=license)](https://www.npmjs.com/package/ipull) diff --git a/src/cli/cli.ts b/src/cli/cli.ts index fdffaea..eb38116 100644 --- a/src/cli/cli.ts +++ b/src/cli/cli.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import path from "path"; import {Command} from "commander"; import {packageJson} from "../const.js";