An open API service indexing awesome lists of open source software.

https://github.com/ufukbakan/reliable-studio-code


https://github.com/ufukbakan/reliable-studio-code

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Reliable-Studio-Code

## What is it?

- Reliable Studio Code allows to encode source code files and decode them. Encryption and decryption have done via symmetric key.
- You can save your source code file as encoded or save an encoded source code file as decoded.

## Prerequisites:
- Node.js version > 13
- npm any version

## Building:
- npm install
- npm run start

## Packaging into executable:
- npm install
- npm run package