Skip to content

Teylersf/entire-cli-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Entire CLI Windows Packages

This repository contains package manager configurations for installing Entire CLI on Windows.

📦 Available Packages

Scoop

# Add bucket (once PR is merged to scoop-extras)
scoop bucket add extras
scoop install entire

# Or use this repo directly
scoop install https://raw.githubusercontent.com/Teylersf/entire-cli-packages/main/scoop/entire.json

Chocolatey

# Install from Chocolatey Community Repository (once published)
choco install entire

# Or from this source
choco install entire --source https://github.com/Teylersf/entire-cli-packages/tree/main/chocolatey

Manual Installation

Download directly from GitHub Releases.

🚀 Quick Start

After installation:

# Enable in your project
cd your-project
entire enable

# Check status
entire status

# View checkpoints
entire rewind

📄 Package Structure

├── scoop/
│   └── entire.json          # Scoop manifest
├── chocolatey/
│   ├── entire.nuspec        # Chocolatey metadata
│   └── tools/
│       ├── chocolateyinstall.ps1
│       ├── chocolateyuninstall.ps1
│       └── VERIFICATION.txt
└── README.md

🔄 Updating Packages

When a new version of Entire is released:

  1. Update version numbers in:
    • scoop/entire.json
    • chocolatey/entire.nuspec
  2. Update download URLs to new release
  3. Update SHA256 checksums
  4. Test installations
  5. Submit to respective package repositories

📋 Submission Status

Package Manager Status PR/Issue
Scoop ⏳ Pending TBD
Chocolatey ⏳ Pending TBD
WinGet ⏳ Planned TBD

🤝 Contributing

To add a new package manager:

  1. Create the package configuration
  2. Test locally
  3. Submit PR to this repo
  4. Submit to upstream package repository

📞 Support


Maintained by the OpenClawMind community

About

Windows package manager configs for Entire CLI (Scoop, Chocolatey)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors