Using this tool you can store your code in a .env file, which you can deploy to repl.it and have your code be hidden! This currently only works with one file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Julia Logan b29cee32cc
„tool.js“ ändern
1 year ago
LICENSE Initial commit 1 year ago
README.md Initial Commit 1 year ago
example.js Initial Commit 1 year ago
repl.js Forgot to add Replit part 1 year ago
tool.js „tool.js“ ändern 1 year ago

README.md

NodeEnv

Using this tool you can store your code in a .env file, which you can deploy to repl.it and have your code be hidden! This currently only works with one file.

Notes

The code is very simple as this is currently just a "proof of concept".

Giving this "tool" a try

Run tool.js with the input file as the argument. Example: node tool.js example.js The tool should spit out a JSON string.

Go to Replit "Secrets", open the raw editor and paste it in.

Now copy the contents from replit.js, create a new file in the Replit, named index.js and paste the contents in.