@yei-linux/codeshare
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

🔐 Code Share CLI

alt icon

A developer-friendly CLI that turns any project (JavaScript, TypeScript, Java, etc.) into a single Base64 .txt file, and allows you to restore it later — encrypting the content with your password chosen if you want.

Ideal for quick sharing, backups, archiving, or shipping prototypes without needing Git.


🚀 Features

  • 📦 Encode an entire project (excluding unwanted files) into a encoded .txt file.
  • 🔁 Decode and restore the project exactly as it was.
  • 🔍 Respects .gitignore or custom rules.
  • 🔐 Easy encryption.
  • 💼 Useful for freelancers, indie devs and backups without git.

📦 Installation

npm install -g @yei-linux/code-share
npx @yei-linux/code-share
  • 📦 If you want to encode choose "Encode" and then put your secured password(its optional if you want more security). A TXT encoded will be generated where you can save it.

  • 🔁 When you want to decode it just choose "Decode" put your password and a folder will be generated with all your folders, files, etc.

Readme

Keywords

none

Package Sidebar

Install

npm i @yei-linux/codeshare

Weekly Downloads

14

Version

1.0.8

License

ISC

Unpacked Size

2.97 MB

Total Files

13

Last publish

Collaborators

  • yei-linux