UNPKG
cr-react-cli
Version:
latest (1.6.1)
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Create react files with a single command
github.com/sasa-djuric/react-cli
sasa-djuric/react-cli
cr-react-cli
/
commands
/
create
/
context.command.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Command
}
from
'commander'
;
import
BaseCommand
from
'../base.command'
;
declare
class
CreateContextCommand
extends
BaseCommand
{
build
():
Command
; }
export
default
CreateContextCommand
;