Skip to content

MV88/DevResources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a repo for sharing dev resources, commands, tips, streams etc etc.

Resources or Videos

Commands

Streams

Repos

My .bashrc aliases

  • alias gg='git gui'
  • alias gs='git status'
  • alias gc='git checkout'
  • alias gpp='git push'
  • alias gp='git pull'
  • alias glo='git log --oneline'
  • alias ns='npm start'
  • alias ni='npm install'
  • alias nis='npm install && npm start'
  • alias ys='yarn start'
  • alias yy='yarn'
  • alias yi='yarn add'
  • alias ya='yarn add'
  • alias dd='docker-compose up'
  • alias migrate='npx knex migrate:latest'
  • alias rollback='npx knex migrate:rollback'
  • alias kmake='npx knex migrate:make'

Future

It's totally possible to build around these docs a static website in a new framework (Vue, Svelte, Angular, Native?? )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published