0.2.5 • Published 3 years ago

hook-module-compose v0.2.5

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

Hook Module Compose

Installation

I said this was a WIP. You're a rebel. I like it. Run npm install --save hook-module-compose and add this line to your package.json scripts.

"scaffold": "npm explore hook-module-compose -- npm run scaffold"

Usage

Pretty much this only works if your app is structured with a src/components directory.

npm run scaffold

It's also cool to setup a keyboard shortcut in VS Code to automatically add components to your React app.

{
  "key": "ctrl+a",
  "command": "workbench.action.terminal.sendSequence",
  "args": {
    "text": "npm run scaffold\u000D"
  }
}
0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago