This website works better with JavaScript.
Explore
Help
Sign In
gregandev
/
terminal-cv
Watch
1
Star
0
Fork
You've already forked terminal-cv
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
38
Commits
1
Branch
0
Tags
134 MiB
JavaScript
42.8%
SCSS
38.1%
HTML
17.5%
Dockerfile
1.5%
Tree:
f0169ff85b
terminal-cv
/
node_modules
/
nanoid
/
bin
/
nanoid.cjs
5 lines
91 B
Raw
Blame
History
#!/usr/bin/env node
let
{
nanoid
}
=
require
(
'..'
)
process
.
stdout
.
write
(
nanoid
(
)
+
'\n'
)
Reference in new issue
View Git Blame
Copy Permalink