https://github.com/shobrook/colonizer
Claim a package name on PyPi or npm with one command
https://github.com/shobrook/colonizer
Last synced: about 1 month ago
JSON representation
Claim a package name on PyPi or npm with one command
- Host: GitHub
- URL: https://github.com/shobrook/colonizer
- Owner: shobrook
- License: mit
- Created: 2024-11-15T13:30:06.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-15T15:22:55.000Z (11 months ago)
- Last Synced: 2025-08-17T04:33:28.002Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colonizer
Command-line tool that lets you register a package on PyPi or npm before you have any code ready. Yes, this is a terrible idea. And yes, it's potentially damaging to the OSS ecosystem. Using this might even make you a bad person.
## Installation
```bash
$ pip install colonizer
```## Usage
I don't recommend actually using this, but if you must...
**For Python:**
```bash
$ colonizer --pypi your_package_name
```By default, it will use the author information from your local git config, but you can explicitly specify this like so:
```bash
$ colonizer --pypi your_package_name --author your_username --author-email your_email
```**For Node:**
```bash
$ colonizer --npm your_package_name
```