# nam

> `nam`

Latest version **0.0.0** (published 2013-03-20) · MIT license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2013-03-20 |
| First published | 2013-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Maintainers | bradleymeck |

## Links

- npm: https://www.npmjs.com/package/nam
- Repository: git@github.com:bmeck/nam
- npm.io page: https://npm.io/package/nam

## Recent versions

- 0.0.0 (latest) — 2013-03-20

## README

# NODE APPLICATION MANAGER

`nam`

## EXPECTATIONS

1. `npm pack` tarball structure is how you unpack your application
   1. all files are in the `/package` prefix
   
## CONFIG

Matches `npm`'s config via CLI, env, user config, and global config. **replace instances of `npm` with `nam`**

```
nam 
```
   
## INTEGRATIONS

All of name is done via integrations.
It will never try to load them unless specified.

```
# checkout a new "empty" application
nam -i checkout -- checkout --empty
```


```
# run a command against your application
nam run -- npm start
```

## Usage

`nam checkout`

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