Skip to content

plh97/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

personal utils

such as typeword function

assume you has support async / await

i do nothing to make you suport es6/es7

if you need es5 summary ,you need to transform it to es5.

options to init an self npm package

npm init --scope=pengliheng

…or create a new repository on the command line

echo "# utils" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/pengliheng/utils.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/pengliheng/utils.git
git push -u origin master

About

this package only for self utils

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published