This website requires JavaScript.
Explore
Help
Register
Sign In
thegame_1980
/
crextractor
Watch
1
Star
0
Fork
0
mirror of
https://github.com/vitalygashkov/crextractor.git
synced
2026-07-15 17:40:03 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a2e0af73cdba0c0e158c7d912cc7719d1268650
crextractor
/
crunchys-cli.js
T
6 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix: add cli shebang, improve cjs compatibility, exit if target source not found
2025-03-27 18:23:20 +05:00
#!/usr/bin/env node
Initial commit
2025-03-26 13:19:45 +05:00
fix: add cli shebang, improve cjs compatibility, exit if target source not found
2025-03-27 18:23:20 +05:00
const
{
extractSecrets
}
=
require
(
'./crunchys'
);
extractSecrets
();
Reference in New Issue
Copy Permalink