@jimengio/dev-switcher

0.2.1-a1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1-a1
    2
    • latest

Version History

Package Sidebar

Install

npm i @jimengio/dev-switcher

Weekly Downloads

2

Version

0.2.1-a1

License

MIT

Unpacked Size

734 kB

Total Files

8

Last publish

Collaborators

  • imzshh
  • jiyinyiyong
  • rebirth