A CLI tool for starting a new service UI for cloud services at Unity.
Although this tool is publicly available in order to generate a new service repository you will need to get service credentials from the Developer Dashboard team. You can contact them on Slack: Unity/#devs-servicedashboard
- To see you component in the dashboard ensure you have unityweb-developer-dashboard configured to run locally.
- To install packages from Artifactory ensure you're on a Unity VPN or internal network.
- Obtain new service credentails from the dashboard team #devs-servicedashboard
- Create an empty repo in the GitLab cloudservices namespace https://gitlab.internal.unity3d.com/cloudservices
- Clone it locally, e.g.,
git clone [email protected]:cloudservices/new-service.git c:/projects/playground/new-service
- Point to your new repo
cd c:/projects/new-service
- Install the CLI globally `npm i -g unity-frontend-cli
- Run
create-service
- Follow prompts