# latest-dev

> CLI to setup package.json with linter, transpiler and NPM scripts

Latest version **1.0.5** (published 2018-11-30) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install latest-dev
pnpm add latest-dev
yarn add latest-dev
bun add latest-dev
```

Provides the command `latest-dev`.

## 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.5 |
| Published | 2018-11-30 |
| First published | 2018-11-26 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 43.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Isaak Eriksson |
| Maintainers | myisaak |
| Keywords | transpiler, package.json, npm, eslint, rollup |

## Links

- npm: https://www.npmjs.com/package/latest-dev
- Repository: https://github.com/MyIsaak/latest-dev-js
- Homepage: https://github.com/MyIsaak/latest-dev-js#readme
- Issues: https://github.com/MyIsaak/latest-dev-js/issues
- npm.io page: https://npm.io/package/latest-dev

## Dependencies (1)

- [init-package-json](https://npm.io/package/init-package-json.md) ^1.10.3

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2018-11-30
- 1.0.4 — 2018-11-30
- 1.0.3 — 2018-11-30
- 1.0.2 — 2018-11-30
- 1.0.1 — 2018-11-26
- 1.0.0 — 2018-11-26

## README

# latest-dev

> CLI to setup package.json with linter, transpiler and NPM scripts

This lightweight tool was created to reduce the time wasted and enable rapid prototyping for your node projects. It does 3 things:

- runs npm-init
- installs dev-dependencies
- setup npm scripts

## Dev Dependencies

- Eslint (linter)
- Rollup (way faster than webpack)
- Rimraf (removal utility)

## Install

You should globally install `latest-dev` with npm.

```

npm install -g latest-dev

```

## Usage

Run the command, specifiying the folder you wish to setup your project.

```

latest-dev <project-dir>

```

## Contribution Roadmap

[x] - initialize node project with npm-init
[x] - modify package.json scripts
[] - initialze github project
[] - log errors properly
[] - Github integration
[] - make terminal prettier

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