Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2026-08-26 09:31:34 +08:00
parent 9b8c4bfab6
commit 394eb0285d
34137 changed files with 3589424 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
# gem install github_changelog_generator
github_changelog_generator -u fgribreau -p node-unidecode
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/env zsh
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.21.0/install.sh | bash
source ~/.nvm/nvm.sh
nvm install
nvm use
npm install
node -v
npm -v
npm install
set -e
# Any subsequent commands which fail will cause the shell script to exit immediately
setopt extended_glob;
npm test
#npm install check-build -g
#check-build