https://github.com/giovannicardamone/fastauto
auto cli command line
https://github.com/giovannicardamone/fastauto
Last synced: 2 months ago
JSON representation
auto cli command line
- Host: GitHub
- URL: https://github.com/giovannicardamone/fastauto
- Owner: GiovanniCardamone
- License: mit
- Created: 2021-10-05T10:19:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T06:20:54.000Z (over 3 years ago)
- Last Synced: 2025-02-19T22:38:39.727Z (2 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

 
[](https://github.com/GiovanniCardamone/fastauto/actions/workflows/npm-ci.yml)
[](https://coveralls.io/github/GiovanniCardamone/fastauto?branch=main)
[](https://snyk.io/test/github/GiovanniCardamone/fastauto)
[](https://www.npmjs.com/package/fastauto)
[](https://www.npmjs.com/package/fastauto)FastAuto is a cli tool for generate routes / security files
## :package: Installation
```bash
npm install -g fastauto
```## :rocket: Simple Usage
### route
generate a route file
```bash
fastauto route users/{userId}/photos.ts
```### security
```bash
fastauto security bearer bearerToken.ts
```## :books: Documentation
[Full Documentation](https://giovannicardam.one/fastauto)
## :label: License
[MIT](https://github.com/GiovanniCardamone/fastauto/blob/main/LICENSE)