# nodeflags

> Get all available node cli flags.

Latest version **0.0.1** (published 2017-01-01) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2017-01-01 |
| First published | 2017-01-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jarid Margolin |
| Maintainers | jaridmargolin |

## Links

- npm: https://www.npmjs.com/package/nodeflags
- Repository: https://github.com/jaridmargolin/nodeflags
- Issues: https://github.com/jaridmargolin/nodeflags/issues
- npm.io page: https://npm.io/package/nodeflags

## Dependencies (3)

- [lodash](https://npm.io/package/lodash.md) ^4.17.3
- [semver](https://npm.io/package/semver.md) ^5.3.0
- [v8flags](https://npm.io/package/v8flags.md) ^2.0.11

## Recent versions

- 0.0.1 (latest) — 2017-01-01

## README

<h1 align="center">nodeflags</h1>
<div align="center">
  <p>Get all available node cli flags.</p>
  <div>
  <a href="https://travis-ci.org/jaridmargolin/nodeflags"><img src="https://travis-ci.org/jaridmargolin/nodeflags.svg?branch=master" alt="Build Status"></a>
  <a href="https://coveralls.io/github/jaridmargolin/nodeflags?branch=master"><img src="https://coveralls.io/repos/github/jaridmargolin/nodeflags/badge.svg?branch=master" alt="Coverage Status"></a>
  <a href="http://standardjs.com/"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a>
  </div>
  <div>
  <a href="https://npmjs.org/package/nodeflags"><img src="https://img.shields.io/npm/v/nodeflags.svg" alt="NPM nodeflags package"></a>
  <a href="https://david-dm.org/jaridmargolin/nodeflags"><img src="https://david-dm.org/jaridmargolin/nodeflags.svg" alt="Dependency Status"></a>
  <a href="https://david-dm.org/jaridmargolin/nodeflags#info=devDependencies"><img src="https://david-dm.org/jaridmargolin/nodeflags/dev-status.svg" alt="devDependency Status"></a>
  </div>
</div>
<br>

## Example Usage

```
var nodeflags = require('nodeflags')

nodeflags(function (_err, flags) {
  flags['require']
  // => { type: 'boolean', alias: 'r', _version: '1.6.0' }
})
```

## License

The MIT License (MIT) Copyright (c) 2016 Jarid Margolin

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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