Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafi993/frontend-dev
Cli tool to setup developer tooling in your frontend repo
https://github.com/rafi993/frontend-dev
cli frontend frontend-dev js webdev
Last synced: 19 days ago
JSON representation
Cli tool to setup developer tooling in your frontend repo
- Host: GitHub
- URL: https://github.com/rafi993/frontend-dev
- Owner: Rafi993
- License: mit
- Created: 2020-10-18T16:49:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T16:39:32.000Z (about 4 years ago)
- Last Synced: 2024-08-10T10:10:01.087Z (5 months ago)
- Topics: cli, frontend, frontend-dev, js, webdev
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Frontend-dev
Cli tool to setup developer tooling in your frontend repo
Inspired by https://dev.to/nickytonline/stuff-i-always-set-up-for-frontend-work-56h2
## Usage
Navigate inside your repo and run
```bash
$ npx frontend-dev
```It detects if you are using npm are yarn and uses appropriate package manager.
### options
* **--jest** or **-j** add jest to pre-commit hook
* **--css** or **-c** add style linting