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-16 01:44:24 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
v1.0.1
crextractor
/
crunchys-cli.js
T
6 lines
90 B
JavaScript
Raw
Permalink
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