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