An example repository for creating, publishing, and installing npm packages using AWS CodeArtifact
- Create an AWS account
- Install and configure the AWS Command Line Interface
- Create a CodeArtifact repository
- my-repowith your CodeArtifact repository name
- my-domainwith your CodeArtifact domain
- us-east-1with the region of your CodeArtifact repository
- <ACCOUNT ID>with your AWS account ID
- @myorgwith your org name
To publish my-package, change your working directory to ./my-package
and run npm publish
To install your new package, change your working directory to ./my-app
and run npm install
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.