https://github.com/modernizing/clij
一键添加 eslint、husky、lint-staged 等前端工程化工具。
https://github.com/modernizing/clij
Last synced: about 1 year ago
JSON representation
一键添加 eslint、husky、lint-staged 等前端工程化工具。
- Host: GitHub
- URL: https://github.com/modernizing/clij
- Owner: modernizing
- Created: 2020-11-18T23:52:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T01:19:29.000Z (over 4 years ago)
- Last Synced: 2025-04-13T08:18:42.424Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 29
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clij
> Clij's a common command line tools for automatic add deps for frontend developer.
## Usage
Install
```
npm install -g @angular-devkit/schematics-cli
npm install clij
```
Usage
```
// add husky & lint-staged
schematics clij:add-husky
// add eslint
schematics clij:add-eslint
```
## Development
### Create new schematics
```
schematics blank xxx
```
LICENSE
---
@2020 TW FED. This code is distributed under the MIT license. See `LICENSE` in this directory.