A collection of personal and technical notes.
Remove all of the cached data of a Gatsby project.
npx gatsby clean
Create an ignore file of Node-based project.
npx gitignore node
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