Script bash git commit recursive with submodules
bash script to commit root and all submodules at once
Baca Selengkapnyaget list of files from npm pack
get list of files from npm pack npm i git-command-helper //const writeFileSync = requirefs;const spawnAsync = requiregit-command-helper/dist/spawn;//const join = requirepath;spawnAsyncnpm, [pack, --json, --dry-run].thenresult => const parse = JSON.parser
Baca SelengkapnyaHexoJS get posts by tags or categories
HexoJS get posts by tags or categories @types/hexo required for typescript users @types/hexo default @types/hexo not giving complete types, so I made my custom definition file for hexo. You can install with below command npm i -D https://github.com/dimaslanjaka/nodejs-package-types/tarball/hexo Snip
Baca Selengkapnyayaml github actions to clean all caches
yaml github actions to clean all caches add TOKEN to Github Actions Secrets Environtmentcreate .github/workflows/clean-caches.yml, put below codes add TOKEN to Github Actions Secrets Environtment TOKEN create .github/workflows/clean-caches.yml, put below codes .github/workflows/clean-caches.yml nam
Baca SelengkapnyaGithub Workflows Run Strategy Matrix Sequentally
Github Workflows Run Strategy Matrix Sequentally How to setup github action matrix to be run sequentally or series each job ? Conclusing Just add below codes: jobs: deploy: runs-on: ubuntu-latest strategy: When set to true, GitHub cancels all in-progress jobs if any matrix job fail
Baca SelengkapnyaFile to Hash
get hashes checksum from file using NodeJS
Baca SelengkapnyaMenjalankan Github Workflow Satu Instansi sequentally
Cara setting github actions agar jalan satu job saja sequentally
Baca Selengkapnya

Default username and email for github workflow actions
what is default username and email for github workflow actions?
Baca SelengkapnyaAuto update NPM local and monorepo dependencies
How to always update local and monorepo dependencies automatically
Baca SelengkapnyaGithub Workflow Filter Jobs By OS
Github Workflow Filter Jobs By OS Condition Syntax Based on Current Running OS if: matrix.os == ubuntu-latestif: matrix.os == windows-latestif: matrix.os == macOS-latest Condition Syntax Based on the Context of the Current Running OS if: runner.os == Linuxif: runner.os == Windowsif
Baca Selengkapnya