# add-project-to-repo

> Easiest way to add existing project into repository

Latest version **0.0.1** (published 2016-03-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install add-project-to-repo
pnpm add add-project-to-repo
yarn add add-project-to-repo
bun add add-project-to-repo
```

Provides the command `atr`.

## 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 | 2016-03-28 |
| First published | 2016-03-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | denar90 |
| Maintainers | denar90 |
| Keywords | git, rpository, cli |

## Links

- npm: https://www.npmjs.com/package/add-project-to-repo
- Repository: https://github.com/denar90/add-project-to-repo
- Homepage: https://github.com/denar90/add-project-to-repo#readme
- Issues: https://github.com/denar90/add-project-to-repo/issues
- npm.io page: https://npm.io/package/add-project-to-repo

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2016-03-28

## README

#add-project-to-repo

Easiest way to add existing project or files into repository

##Install

`npm -g add-project-to-repo`

###Features
Get lazy and use 

`atr link_to_your_repo` 

instead of using list of commands 

- git init
- git add .
- git commit -m "init"
- git remote add origin link_to_your_repo
- git remote -v
- git push origin master

it will run all these commands for you.

###Enjoy)

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