Skip to content

Commit c340574

Browse files
authored
changes on quick install (#7)
* minor changes on npm script * add DEVGUIDE * changes on quick install
1 parent fb27a0b commit c340574

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ To create a project, simply run:
2828
npx ts-lambda-kit <project-name>
2929
```
3030

31-
or
32-
33-
```bash
34-
npm init ts-lambda-kit <project-name>
35-
```
3631

3732
#### 🥇 Cool! You are ready to make your amazing product.
3833
#### 🎯 I know you liked it. Please, give a star to the [repository](https://github.com/DevSazal/ts-lambda-kit.git)

bin/install.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if (process.argv.length < 3) {
99
console.log('You have to provide a name for your lambda backend app.');
1010
console.log('For example :');
1111
console.log(' npx ts-lambda-kit my-app');
12-
console.log(' OR');
13-
console.log(' npm init ts-lambda-kit my-app');
12+
// console.log(' OR');
13+
// console.log(' npm init ts-lambda-kit my-app');
1414
process.exit(1);
1515
}
1616

package.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
{
22
"name": "ts-lambda-kit",
3-
"version": "1.0.0",
3+
"version": "1.0.2-beta",
44
"description": "aws lambda kit for making backend with NodeJS v18, TypeScript & SAM CLI",
55
"keywords": [
6-
"ts-lambda-kit"
6+
"ts-lambda-kit",
7+
"CloudFormation",
8+
"Amazon DynamoDB",
9+
"Amazon API Gateway",
10+
"Lambda Function",
11+
"TypeScript",
12+
"SAM CLI",
13+
"AWS CLi v2",
14+
"Node.js",
15+
"REST API",
16+
"Opinionated Architecture",
17+
"Serverless Computing",
18+
"AWS Lambda Backend"
719
],
820
"author": "Sazal Ahamed <[email protected]> (https://sazal.vercel.app)",
921
"license": "ISC",

0 commit comments

Comments
 (0)