# ngclirc

> .angular-cli.json

Latest version **1.0.0** (published 2018-01-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngclirc
pnpm add ngclirc
yarn add ngclirc
bun add ngclirc
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-01-30 |
| First published | 2018-01-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | liuxin |
| Maintainers | lovesora |
| Keywords | angular-cli, rc |

## Links

- npm: https://www.npmjs.com/package/ngclirc
- Repository: https://github.com/lovesora/ngclirc
- Homepage: https://github.com/lovesora/ngclirc#readme
- Issues: https://github.com/lovesora/ngclirc/issues
- npm.io page: https://npm.io/package/ngclirc

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2018-01-30

## README

# ngclirc
angular cli rc

## Configuration
1. change packageManager from `npm` to `yarn`
2. change default style ext from `css` to `scss`

# Usage
## Step 1. Install ngclirc
```bash
npm i -D ngclirc
```

## Step 2. Add `.angular-cli.json` in your home `~` path
```bash
cp .angular-cli.json ~/.angular-cli.json
```

## Rules
```js
{
  "defaults": {
    // 默认使用scss编译
    "styleExt": "scss"
  },
  // 使用yarn代替npm
  "packageManager": "yarn"
}
```

---
_Source: https://npm.io/package/ngclirc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
