Entity Component Manager ·

Package manager for Convolvr ECS language.
Install
npm install -g convolvr-ecm# or, without global install: npm install convolvr-ecmcd node_modules/convolvr-ecmln -s $("pwd")/index.js /usr/bin/ecm
Install ECS packages:
ecm install package-name
ecm install package-name@1.0.0
Create an ECS Package:
ecm signup # make an account with the package registry # or if you already have an account ecm auth
change package version in ecm.json
:
ecm init # if this is the first time publishing ecm publish