# lodash.startcase

> The lodash method `_.startCase` exported as a module.

Latest version **4.4.0** (published 2016-08-13) · MIT license · 0 weekly downloads

> **Better alternative:** See documentation for alternatives (https://github.com/AikidoSec/module-replacements/blob/main/docs/lodash-underscore)

## Install

```sh
npm install lodash.startcase
pnpm add lodash.startcase
yarn add lodash.startcase
bun add lodash.startcase
```

## Health

**Score 48/100 (D)** — status: abandoned.

Positive: has types package; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.4.0 |
| Published | 2016-08-13 |
| First published | 2015-02-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/lodash.startcase) |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 61276 |
| Author | John-David Dalton |
| Maintainers | jdalton, d10, kitcambridge, mathias, phated |
| Keywords | lodash-modularized, startcase |

## Links

- npm: https://www.npmjs.com/package/lodash.startcase
- Repository: https://github.com/lodash/lodash
- Homepage: https://lodash.com/
- Issues: https://github.com/lodash/lodash/issues
- npm.io page: https://npm.io/package/lodash.startcase

## 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

- 4.4.0 (latest) — 2016-08-13
- 4.3.0 — 2016-07-25
- 4.2.1 — 2016-04-13
- 4.2.0 — 2016-04-03
- 4.1.0 — 2016-02-16
- 4.0.1 — 2016-01-26
- 4.0.0 — 2016-01-13
- 3.1.0 — 2015-02-03

## README

# lodash.startcase v4.4.0

The [lodash](https://lodash.com/) method `_.startCase` exported as a [Node.js](https://nodejs.org/) module.

## Installation

Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.startcase
```

In Node.js:
```js
var startCase = require('lodash.startcase');
```

See the [documentation](https://lodash.com/docs#startCase) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.startcase) for more details.

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