Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,23 @@ Or add to your `package.json`:

#### From GitHub Packages

First, configure npm to use GitHub Packages for @xaoex or @xacodex scope:
First, configure npm to use GitHub Packages for @xaoex scope:

```bash
# Create or edit ~/.npmrc
echo "@xaoex:registry=https://npm.pkg.github.com" >> ~/.npmrc
# or for xacodex organization (PR situations and contributions)
echo "@xacodex:registry=https://npm.pkg.github.com" >> ~/.npmrc
```

Authenticate with GitHub:

```bash
npm login --registry=https://npm.pkg.github.com --scope=@xaoex
# or for xacodex
npm login --registry=https://npm.pkg.github.com --scope=@xacodex
```

Then install:

```bash
npm install @xaoex/reality-simulation-code
# or from xacodex (for PR situations and contributions)
npm install @xacodex/reality-simulation-code
```

### Docker Installation
Expand All @@ -78,8 +72,6 @@ npm install @xacodex/reality-simulation-code

```bash
docker pull ghcr.io/xaoex/reality-simulation-code:latest
# or from xacodex organization (PR situations and contributions)
docker pull ghcr.io/xacodex/reality-simulation-code:latest
```

#### Run Container
Expand Down
17 changes: 4 additions & 13 deletions PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,16 @@ This guide explains how to publish the xaoex packages (npm and Docker) to GitHub
## 📦 What Gets Published

### npm Package
- **Package name**: `@xaoex/reality-simulation-code` or `@xacodex/reality-simulation-code`
- **Package name**: `@xaoex/reality-simulation-code`
- **Registry**: GitHub Packages (npm.pkg.github.com)
- **Workflow**: `.github/workflows/npm-github-packages.yml`
- **Organizations**:
- `@xaoex` - Main organization
- `@xacodex` - PR situations and contributions (highest spiritual situation)
- **Organization**: `@xaoex` - Main organization

### Docker Image
- **Image name**: `ghcr.io/xaoex/reality-simulation-code` or `ghcr.io/xacodex/reality-simulation-code`
- **Image name**: `ghcr.io/xaoex/reality-simulation-code`
- **Registry**: GitHub Container Registry
- **Workflow**: `.github/workflows/docker-publish.yml`
- **Organizations**:
- `xaoex` - Main organization
- `xacodex` - PR situations and contributions (highest spiritual situation)
- **Organization**: `xaoex` - Main organization

## 🚀 Publishing Methods

Expand Down Expand Up @@ -132,17 +128,12 @@ Before publishing, ensure:
```bash
# Configure npm to use GitHub Packages
echo "@xaoex:registry=https://npm.pkg.github.com" >> ~/.npmrc
echo "@xacodex:registry=https://npm.pkg.github.com" >> ~/.npmrc

# Authenticate (if needed)
npm login --registry=https://npm.pkg.github.com --scope=@xaoex
# or for xacodex
npm login --registry=https://npm.pkg.github.com --scope=@xacodex

# Install package
npm install @xaoex/reality-simulation-code
# or from xacodex (for PR situations)
npm install @xacodex/reality-simulation-code

# Test import
node -e "const pkg = require('@xaoex/reality-simulation-code'); console.log('Package loaded successfully');"
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,12 @@ To install from GitHub Packages, first authenticate with GitHub:

```bash
npm login --registry=https://npm.pkg.github.com --scope=@xaoex
# or for xacodex organization
npm login --registry=https://npm.pkg.github.com --scope=@xacodex
```

Then install the package:

```bash
npm install @xaoex/reality-simulation-code
# or from xacodex organization (for PR situations and contributions)
npm install @xacodex/reality-simulation-code
```

### npm (npmjs.org)
Expand Down Expand Up @@ -300,7 +296,6 @@ linktr.ee/oktays

**Organizations:**
- github.com/xaoex - Main organization
- github.com/xacodex - PR situations and contributions organization (highest spiritual situation)

v1.31337dbp ok741s release

Expand Down
128 changes: 0 additions & 128 deletions XACODEX_ORGANIZATION.md

This file was deleted.