Skip to content

Scaffold repository to base all CLI tools off from

License

Notifications You must be signed in to change notification settings

snowcoders/scaffold-typescript-cli--github

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2025
Jan 10, 2025
Dec 31, 2022
Sep 26, 2021
Apr 15, 2024
Dec 25, 2022
Dec 25, 2022
Jun 27, 2020
Dec 29, 2022
Sep 26, 2021
Dec 25, 2022
Sep 26, 2021
Dec 25, 2022
Dec 25, 2022
Sep 26, 2021
Dec 25, 2022
Dec 29, 2022
Dec 31, 2022
Apr 10, 2021
Dec 29, 2022
Apr 2, 2025
Apr 2, 2025
Dec 25, 2022
Dec 29, 2022
Dec 29, 2022
Apr 15, 2024

Repository files navigation

Snowcoders CLI Scaffold

This represents the base of all of Snowcoder's CLI projects

Things to check

  • Dist output dependencies
    • Any dependencies found by searching import or require in the dist and dist-cjs folders should be in the package.json's dependencies section, not devDependencies
    • Currently the src directory has a cli and lib folder. If you don't have a cli, you can remove this folder and move the contents of lib into src. If you do this, be sure to update the package.json dist referneces.