Skip to content

Commit 877d3ca

Browse files
authored
chore: basic top level readme (#74)
Just listing out the packages of most interest. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 89046ee commit 877d3ca

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# replace this
1+
# AWS CDK CLI
2+
3+
Command line tools for interacting with AWS CDK applications.
4+
5+
> [!NOTE]
6+
> Packages in this repository [used to live](https://github.com/aws/aws-cdk/commit/8b87a637d5ce627ebb23637e853558a9ae545b9f) in the
7+
> main `aws-cdk` repository and were moved here following the decision to split the construct
8+
> library from the CLI.
9+
>
10+
> See [AWS CDK is splitting Construct Library and CLI](https://aws.amazon.com/blogs/opensource/aws-cdk-is-splitting-construct-library-and-cli/)
11+
12+
## Packages
13+
14+
The main packages published from this repository are:
15+
16+
- [`aws-cdk`](https://www.npmjs.com/package/aws-cdk)
17+
- [`cdk-assets@^3`](https://www.npmjs.com/package/cdk-assets)
18+
- [`@aws-cdk/cloud-assembly-schema`](https://www.npmjs.com/package/@aws-cdk/cloud-assembly-schema)
19+
20+
## More Information
21+
22+
Refer to each individual package README for more details.

0 commit comments

Comments
 (0)