Skip to content

tangx/code-from-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code From Zero

code snippet of languages

go

go mod init github.com/tangx/code-from-zero

typescript

初始化配置

cat > package.json <<"EOF"
{
    "type":"module"
}
EOF


tsc --init

tsc --watch

About

code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published