# mmc_header_1_1

> mmc_header_1_1-component

Latest version **0.0.1** (published 2018-03-06) · 0 weekly downloads

## Install

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

## 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 | 2018-03-06 |
| First published | 2018-03-06 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 50.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | gmckenzie |

## Links

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

## Recent versions

- 0.0.1 (latest) — 2018-03-06

## README

# mmc_header_1_1

Welcome to the top level of the repo for React component mmc_header_1_1.

This is designed to be a lerna repo with the following two directories:

-   `packages`
-   `demo-app`

`packages` contains the actual component modules.

`demo-app` contains an Electrode App that allows you to test and develop the components.

To start developing, first install the lerna dependencies at the top level:

```bash
npm install
```

And then bootstrap the modules under `packages`:

```bash
npm run bootstrap
```

To start playing with the included demo components:

```bash
cd demo-app
npm install
clap dev
```

Then open your browser to `http://localhost:3000`

# publishing

To publish your components, make sure you are at the top level directory and use `learn publish`.

You have to run it from `node_modules` directly, or you can use the `npm` `publish` script provided.

For example:

```bash
node_modules/.bin/lerna publish
```

OR:

```bash
npm run publish
```

The component package versions are all locked as one.  The version is stored inside the file `lerna.json`.

Initial verion is started at `0.0.1` for you.  You can instruct lerna to publish major or minor to start at `1.0.0` or `0.1.0`.

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