Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 217 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 217 Bytes

create-roc

Create Roc projects using the Yarn CLI.

How to use

$ yarn create roc my-project

Information

An alias for doing the following manually.

$ yarn global add roc@next
$ roc new