This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
docs
mirror of
https://github.com/lukechilds/docs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
109
Commits
80
Branches
0
Tags
152 MiB
TypeScript
80.8%
JavaScript
19.2%
Tree:
c66ea91d2c
docs
/
_site
/
node_modules
/
shelljs
/
global.js
3 lines
86 B
Raw
Blame
History
var
shell
=
require
(
'./shell.js'
)
;
for
(
var
cmd
in
shell
)
global
[
cmd
]
=
shell
[
cmd
]
;
Reference in new issue