Giter VIP home page Giter VIP logo

minidev's Introduction

minidev

minidev is a reeaaaaallly limited public replacement for Shopify's internal dev tool.

Where most of dev is concerned with dev up, which provisions dependencies and various other things, there's a little bit of accessory function that's pretty easy to replicate, which is what's been done here.

minidev implements:

  • dev cd
  • dev clone
  • Project-local commands (dev {build,style,console,server,test,etc.}).

minidev does not:

  • Implement dev up at all
  • have adequate help
  • try very hard to prevent randomly crashing
  • be good

Use minidev by adding source /path/to/minidev/dev.sh to your shell config.

Everything this does is far more limited than dev, including that it won't self-update.

If you want to use the same dotfiles at home and at work, you may enjoy something like:

if [ -f /opt/dev/dev.sh ]; then
  source /opt/dev/dev.sh
elif [ -f ~/src/github.com/burke/minidev/dev.sh ]; then
  source ~/src/github.com/burke/minidev/dev.sh
fi

minidev's People

Contributors

burke avatar mistydemeo avatar epk avatar lugray avatar maaslalani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.