mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-18 07:26:34 +00:00
Add copy-figwheel-bridge command - close #22
This commit is contained in:
parent
edbca5dbb6
commit
953c25064d
@ -633,6 +633,12 @@ cli.command 'use-component <name>'
|
||||
.action (name) ->
|
||||
useComponent(name)
|
||||
|
||||
cli.command 'copy-figwheel-bridge'
|
||||
.description 'copy figwheel-bridge.js into project'
|
||||
.action () ->
|
||||
copyFigwheelBridge(readConfig(false).name)
|
||||
log "Copied figwheel-bridge.js"
|
||||
|
||||
cli.on '*', (command) ->
|
||||
logErr "unknown command #{command[0]}. See re-natal --help for valid commands"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user