Skip to content

Commit

Permalink
Add Command Prompt to README (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and DeviaVir committed May 9, 2017
1 parent 4ba9efa commit ef408f2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Command line tool to locally run and deploy your node.js application to [Amazon
[![NPM version](https://badge.fury.io/js/node-lambda.svg)](http://badge.fury.io/js/node-lambda)

```
node-lambda run
$ node-lambda run
```

## Installation

```
npm install -g node-lambda
$ npm install -g node-lambda
```

## Example App
Expand All @@ -26,10 +26,10 @@ The [node-lambda-template](https://github.com/RebelMail/node-lambda-template) ex
There are 4 available commands.

```
node-lambda setup
node-lambda run
node-lambda package
node-lambda deploy
$ node-lambda setup
$ node-lambda run
$ node-lambda package
$ node-lambda deploy
```

### Commands
Expand All @@ -51,7 +51,7 @@ $ node-lambda setup --help
After running setup, it's a good idea to gitignore the generated `event.json` and `.env` files, as well as `.lambda`.

```
echo -e ".env\ndeploy.env\nevent.json\n.lambda" >> .gitignore
$ echo -e ".env\ndeploy.env\nevent.json\n.lambda" >> .gitignore
```

#### run
Expand Down Expand Up @@ -189,6 +189,6 @@ When setting ScheduleState to `ENABLED` or `DISABLED` for ScheduleEvents, it is
## Running tests

```
npm install
npm test
$ npm install
$ npm test
```

0 comments on commit ef408f2

Please sign in to comment.