Skip to content

Commit e0d006c

Browse files
committed
Adding README
1 parent b495f47 commit e0d006c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# aws-lambda-custom-node-runtime [![NPM version](https://badge.fury.io/js/aws-lambda-custom-node-runtime.svg)](http://badge.fury.io/js/aws-lambda-custom-node-runtime)
2+
3+
aws-lambda-custom-node-runtime is an easy to use CLI tool that lets you create a custom Node.js runtime for any Node.js version.
4+
5+
## Install
6+
7+
```
8+
npm install -g aws-lambda-custom-node-runtime
9+
```
10+
11+
## Usage
12+
13+
```
14+
aws-lambda-custom-node-runtime <node_version>
15+
```
16+
17+
**Commands:**
18+
19+
- `node_version` (Node.js version to use (ex. 11.3.0))
20+
21+
**Example command:**
22+
23+
```
24+
aws-lambda-custom-node-runtime 11.3.0
25+
```

0 commit comments

Comments
 (0)