arya2004 / arya2004/auto-express
🔧 Add `bin` Field in package.json for CLI Global Install
Open
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
Assessment
This issue has not been assessed yet.