arya2004 / arya2004/auto-express

🔧 Add `bin` Field in package.json for CLI Global Install

Open
#33 2 comments 0 reactions 1 assignee Claimed by @vansh2408 View on GitHub
cli documentation good first issue hacktoberfest refactor typescript
Dominant language
TypeScript
Stars
6
Forks
17
PR merge metrics
No merged PRs in 30d

Description

### 🛠️ Add `bin` Field in package.json for CLI Usability

To enable running `auto-express` globally via `npx` or install, add this:

```json
"bin": {
"auto-express": "./dist/index.js"
}
````

Don't forget to add a `#!/usr/bin/env node` shebang at the top of the compiled CLI file.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.