Skip to content

Commit

Permalink
chore: add an npm keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed May 15, 2022
1 parent 47ba6e0 commit a7ebf4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
eslintOptions: {
ignorePatterns: ['example/**/*', "lambda/**/*"],
},
keywords: ['aws', 'cdk', 'lambda'],
keywords: ['aws', 'cdk', 'lambda', 'aws-cdk'],
tsconfig: {
},
// deps: [], /* Runtime dependencies of this module. */
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ AWS CDK L3 construct that enables you to build apps during deploy time, which ai
![architecture](./imgs/architecture.png)

## Usage
Install from npm:

```sh
npm i deploy-time-build
```

Then write CDK code as below:

```ts
import { NodejsBuild } from 'deploy-time-build';

Expand Down
1 change: 1 addition & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7ebf4b

Please sign in to comment.