Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gallyga
/
n8cn
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
n8cn
/
packages
/
node-dev
/
bin
/
n8n-node-dev
gallyga
Add n8n Chinese version
aec3094
8 months ago
raw
Copy download link
history
blame
contribute
delete
112 Bytes
#!/usr/bin/env node
(
async
() => {
const
oclif =
await
import
(
'@oclif/core'
);
await
oclif.
execute
({});
})();