convolvr-ecm
v1.5.6
Published
Entity component manager; package manager for ecs language.
Maintainers
Readme
Entity Component Manager ·

Package manager for Convolvr ECS language.
Install
npm install -g convolvr-ecm
# or, without global install:
npm install convolvr-ecm
cd node_modules/convolvr-ecm
ln -s $("pwd")/index.js /usr/bin/ecmInstall ECS packages:
ecm install package-nameecm install [email protected]Create an ECS Package:
ecm signup # make an account with the package registry
# or if you already have an account
ecm authchange package version in ecm.json:
{
"name": "cyber-spoon",
"vendor": "T-1000 <[email protected]>",
"version": [0,1,2],
"bin": "main.ecs",
"interfaces": {},
"dependencies": {}
}ecm init # if this is the first time publishing
ecm publish