Getting Started with aiContext
Installation
Recommended Method: NPX
Using npx
is the easiest way to run aicontext
as it ensures you are always using the latest version without needing a global installation.
npx @mgks/aicontext [options]
If you prefer to have the command available system-wide, you can install it globally via npm:
npm install -g @mgks/aicontext
Your First Context File
npx @mgks/aicontext -p nodejs
npx @mgks/aicontext