File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# starter-code-cli
22CLI tool for generating starter code.
3+
4+ Publishing steps:
5+ 1 . Sign into the uwblueprint-infra account using ` npm login `
6+ 2 . Run ` npm publish --dry-run ` to see what files would be published
7+ 3 . To actually publish to npm, run ` npm publish --access public `
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env node
12import cli from "./cli" ;
23
34import Scrubber from "./scrubber/scrubber" ;
Original file line number Diff line number Diff line change 11{
2- "name" : " starter-code-cli " ,
2+ "name" : " @uwblueprint/create-bp-app " ,
33 "version" : " 1.0.0" ,
44 "description" : " Starter code generation CLI tool." ,
55 "main" : " index.js" ,
6+ "bin" : " bin/index.js" ,
67 "repository" :
" [email protected] :uwblueprint/starter-code-cli.git" ,
78 "author" : " UW Blueprint Internal Tools" ,
89 "license" : " MIT" ,
3435 "figlet" : " ^1.5.0" ,
3536 "inquirer" : " ^8.0.0" ,
3637 "yargs" : " ^16.2.0"
37- }
38+ },
39+ "files" : [" bin/" ]
3840}
You can’t perform that action at this time.
0 commit comments