Explore
Help
Register
Sign In
Ryan
/
Mekanome
Watch
1
Star
0
Fork
You've already forked Mekanome
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
543 KiB
TypeScript
49.5%
Lua
30.6%
CMake
19.8%
Tag:
Branch:
Tree:
main
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'main'
${ noResults }
Mekanome
/
scripts
/
copy-dist
/
index.ts
3 lines
87 B
Raw
Permalink
Blame
History
import
{
cpSync
}
from
'fs'
cpSync
(
'./dist'
,
'../howdy/scripts'
,
{
recursive
:
true
}
)
Reference in new issue
View Git Blame
Copy Permalink