@gitvault/phantom
v0.3.0
Published
PhantomKit CLI for secure code storage and runtime injection
Downloads
22
Maintainers
Readme
@gitvault/phantom
PhantomKit CLI for secure code storage and runtime injection.
Installation
Install using any of these package names:
# Recommended (official package)
npm install -g @gitvault/phantom
# Alternative names
npm install -g phantom-cli
npm install -g phantomkitUsage
# Initialize a new project
phantom init my-project
# Upload code to GitVault
phantom upload --key YOUR_API_KEY
# Load and execute code at runtime
phantom load my-project --key YOUR_API_KEYGetting Started
- Get your API key from GitVault → User Settings → PhantomKit API
- Initialize your project:
phantom init my-project - Upload your code:
phantom upload --key YOUR_API_KEY - Use in production:
phantom load my-project --key YOUR_API_KEY
