# joe-eames-npm-playbook

> git init

Latest version **1.0.0** (published 2019-05-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install joe-eames-npm-playbook
pnpm add joe-eames-npm-playbook
yarn add joe-eames-npm-playbook
bun add joe-eames-npm-playbook
```

## 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-05-25 |
| First published | 2019-05-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | helenkapatsa |

## Links

- npm: https://www.npmjs.com/package/joe-eames-npm-playbook
- Repository: https://github.com/helenkapatsa/joe-eames-npm-playbook
- Homepage: https://github.com/helenkapatsa/joe-eames-npm-playbook#readme
- Issues: https://github.com/helenkapatsa/joe-eames-npm-playbook/issues
- npm.io page: https://npm.io/package/joe-eames-npm-playbook

## Recent versions

- 1.0.0 (latest) — 2019-05-25

## README

# to create a local repo, run:
git init

# Then create a remote repo on github.com, copy https link and run:
git remote add origin https://github.com/username/remote-repo-name

# To initialize Node.js project, run:
npm init

# Answer the questions asked and after initialization completion run to add files to the commit:
git add .

# This will add all the new files to the commit. To make a commit, run:
git commit -m "Notes about the commit"

# To make this commit a remote one, run:
git push -u origin master

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