aixsh 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +4 -0
  2. package/package.json +1 -0
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ console.log('aixsh: AI eXtended Shell - AI-powered shell assistant')
3
+ console.log('')
4
+ console.log('Coming soon...')
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name": "aixsh", "version": "0.1.0", "description": "AI eXtended Shell - AI-powered shell assistant", "main": "index.js", "bin": {"aixsh": "index.js"}, "keywords": ["ai", "shell", "cli", "assistant", "extended"], "author": "", "license": "MIT"}