Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.07 KB

README.md

File metadata and controls

60 lines (40 loc) · 2.07 KB

License: MIT PNPM Git Turborepo GitHub Actions

This repository is experimental apps and profile readme

require

attention

turbo daemon process is failed on Windows: imformation👉 vercel/turbo#2034

Currently, it's fine.

Why do I use rimraf

As Node.js >= v14.14.0, it can replace rimraf with node -e 'fs.rmSync(dist, {recursive:true, force:true})'

npm scripts で rimraf を使わずディレクトリを再帰的に削除する

But in PowerShell, a single-quoted string in a double-quoted string works different

Input

"As they say, 'live and learn.'"

Output

As they say, 'live and learn.'

Projects

rust project

storybook

storybook GitHub pages

README