# add-my-config

> To run `npx add-my-config`

Latest version **1.0.0** (published 2019-02-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install add-my-config
pnpm add add-my-config
yarn add add-my-config
bun add add-my-config
```

Provides the command `add-my-config`.

## 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.0 |
| Published | 2019-02-22 |
| First published | 2019-02-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 32.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Josh Batley |
| Maintainers | jbatley |

## Links

- npm: https://www.npmjs.com/package/add-my-config
- Repository: https://github.com/jbatley/add-my-config
- Homepage: https://github.com/jbatley/add-my-config#readme
- Issues: https://github.com/jbatley/add-my-config/issues
- npm.io page: https://npm.io/package/add-my-config

## Dependencies (2)

- [chalk](https://npm.io/package/chalk.md) ^2.4.2
- [commander](https://npm.io/package/commander.md) ^2.19.0

## Recent versions

- 1.0.0 (latest) — 2019-02-22

## README

# Add my config

To run `npx add-my-config`

A simple app to add config files to a project, simple add a folder in your home directory name `.my-config` and place any file you want to import into any projects. for example `.editorconfig`.

Another feature is if your config files require packages such as a eslint file, you can create a package.json in your `.my-config` this will be used merge your package.json. The package.json in the config folder doesn't need to be complete, just the infomartion you need to merge, for example:
```
{
  "devDependencies": {
    "@types/node": "^11.9.4",
  }
}
```

## Quick Help
```
Usage: index [options]

Options:
  -V, --version      output the version number
  -s, --src [src]    Folder of the files to add project
  -d, --dest [dest]  Destination folder
  -ni, --no-install  Update the package.json
  -ny, --no-yarn     prevent use of yarn and only use npm
  -h, --help         output usage information
```

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