Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 281 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 281 Bytes

create-hubs-app

Bootstrap a Mozilla Hubs project with a single command.

Work in Progress. This doesn't work yet.

npx

npx create-hubs-app my-hubs-app

npm (version 6+)

npm init hubs-app my-hubs-app

yarn

yarn create hubs-app my-hubs-app