Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Ai-Tunes
/
modelos_publicos
like
0
Model card
Files
Files and versions
Community
1
1a3d6ba
modelos_publicos
/
bottaiko
/
node_modules
/
rc
/
cli.js
Ai-Tunes
Upload 656 files
1a3d6ba
over 1 year ago
raw
Copy download link
history
blame
109 Bytes
#! /usr/bin/env node
var
rc =
require
(
'./index'
)
console
.
log
(
JSON
.
stringify
(
rc
(process.
argv
[
2
]),
false
,
2
))