jimengio / dev-switcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Apps Switcher

a devtool.

Usage

Add a webpack.dev.js which is:

let path = require("path");

module.exports = {
  resolve: {
    alias: {
      "pages/apps": path.join(__dirname, "ts/pages/dev-apps"),
    },
  },
};

dev-apps.ts is the forked file which is a mirror of app.ts that this tool would modify:

yarn global add @jimengio/dev-switcher

# at the directory where `dev-apps.ts` is located
dev-switcher

Workflow

https://github.com/Cumulo/cumulo-workflow

License

MIT

About


Languages

Language:Cirru 94.9%Language:Clojure 5.0%Language:CSS 0.0%