Skip to content

Commit

Permalink
chore: Add credits comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Nov 2, 2023
1 parent 30d0a9c commit 1397ced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/usr/bin/env node

/**
* This CLI integrates contributions and portions of code sourced from various repositories.
* For a complete list of contributions and credits, please see https://github.com/labscommunity/starterkit/blob/main/CREDITS.md.
*/

import path from "path";
import { execa } from "execa";
import fs from "fs-extra";
Expand Down

0 comments on commit 1397ced

Please sign in to comment.