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-repo
with your CodeArtifact repository namemy-domain
with your CodeArtifact domainus-east-1
with the region of your CodeArtifact repository<ACCOUNT ID>
with your AWS account ID@myorg
with 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.