Skip to content

RobertDittmann/aws-cdk-celebrities-with-lerna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create empty git repository

  • git init

SetUp Commands

  • npx lerna init in root directory install lerna; it will create folder packages with our source code and lerna.json file; Create a new Lerna repo or upgrade an existing repo to the current version of Lerna
  • npx lerna create [package name] --private Create a new lerna-managed package: npx lerna create codePipeline --private & npx lerna create common --private

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published