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

3508a94 Β· May 27, 2024

History

43 Commits
May 27, 2021
May 27, 2024
Nov 11, 2023
Apr 17, 2021
Mar 26, 2021
Mar 8, 2021
Feb 26, 2021
Mar 26, 2021
Apr 23, 2021
May 27, 2024
May 27, 2021
May 27, 2021

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