Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command line cheatsheet #4

Merged
merged 2 commits into from
Feb 27, 2016
Merged

Command line cheatsheet #4

merged 2 commits into from
Feb 27, 2016

Conversation

msmichellegar
Copy link
Contributor

Command line cheatsheet added.

node-girls/hackday#2

@@ -12,5 +12,5 @@ A glossary of terms for Node.js.
| `npm package` | Open source Node project, published on npm. |
| `npm init` | Command run in the terminal to initialise your Node project and create a package.json file. |
| `npm install <package-name>` | Command run in the terminal to install an npm package. |
| `package.json` | File holding various metadata about a Node project, such as project name, description or license information, installed packages (or dependencies). Usually located in the root directory. Package.json cheatsheet [here](http://browsenpm.org/package-json). |
| `package.json` | File holding various metadata about a Node project, such as project name, description or license information, installed packages (aka dependencies). Usually located in the root directory. Package.json cheatsheet [here](http://browsenpm.org/package-json). |
| `dependencies` | Packages installed from npm that are necessary to run the project successfully. Listed in the package.json. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth adding dev dependencies here too? They'll appear in most projects they look to for examples!

@iteles
Copy link
Contributor

iteles commented Jan 30, 2016

🎉

iteles added a commit that referenced this pull request Feb 27, 2016
@iteles iteles merged commit 39e06fc into master Feb 27, 2016
@iteles iteles deleted the command-line-cheatsheet branch February 27, 2016 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants