labnotes

degit to template projects

nice way to clone

tags
git

Contents

Ever wanted to pull down a github repo and have it all nice and clean to work off of?

1
  npm i -g degit
1
  degit wschenk/sinatra-ar-template base-api

Unlike a clone or a fork, this gives you a clean directory with no .git. Which is cool, though I'd like it to keep the .gitignore around…

Previously

labnotes

vite-bundle-visualizer

why is my build so big

tags
vite

Next

labnotes

Using python venv in docker

ruby and python, sitting in a tree

tags
ruby
python
docker