Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 270 Bytes

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