项目作者: mrAl-x

项目描述 :
Alfred Create React App Workflow
高级语言:
项目地址: git://github.com/mrAl-x/alfred-create-react-app.git
创建时间: 2020-08-25T11:16:48Z
项目社区:https://github.com/mrAl-x/alfred-create-react-app

开源协议:

下载


Alfred Create React App Workflow

Run Create React App straight from Alfred on OSX

Screenshot of Alfred running the workflow 1

Setup

1) Download and install the workflow file;

2) Edit the workflow to define your default projects directory

Screenshot of the workflow 1

Screenshot of the workflow 2

3) and run it with

  1. create react app <app name>

or with the shortened command

  1. cra <app name>

Screenshot of Alfred running the workflow 2

4) The create react app command will run in your terminal

5) It will be installed on the directory you predefined

6) It will open automatically on VSCode