Skip to content

🛠 CLI tool for generating starter code.

Notifications You must be signed in to change notification settings

uwblueprint/starter-code-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter-code-cli

CLI tool for generating starter code.

Publishing steps:

  1. Sign into the uwblueprint-infra account using npm login
  2. Run npm publish --dry-run to see what files would be published
  3. To actually publish to npm, run npm publish --access public