With Scripts

Bundled Gmail CLI example demonstrating the scripts/ entrypoint + src/ implementation split. Use as a template when your course ships real code that goes beyond a single shell script. Shows how to organize a course bundle that owns its codebase — no runtime package installation, all dependencies stdlib-only. Replaces the "tell the user to npm install my CLI" anti-pattern.

nicolasmelo1 Updated

File contents

nicolasmelo1/logion/tree/main/examples/courses/with-scripts commit 7a2f9dcde2

Frequently asked questions

npx skillmds@latest add nicolasmelo1/with-scripts