sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

npx

gatsby

Remove all of the cached data of a Gatsby project.

npx gatsby clean

gitignore

Create an ignore file of Node-based project.

npx gitignore node

migrate-mongo

Undo the latest completed migration.

npx migrate-mongo down

Run all PENDING migration.

npx migrate-mongo up

Check status of the MongoDB migrations.

npx migrate-mongo status