1.5.6 • Published 4 years ago

convolvr-ecm v1.5.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Entity Component Manager · npm version License: MIT Discord

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/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:

{
    "name": "cyber-spoon",
    "vendor": "T-1000 <spoon-knife@cyberdinesystems.com>",
    "version": [0,1,2],
    "bin": "main.ecs",
    "interfaces": {},
    "dependencies": {}
}
ecm init # if this is the first time publishing

ecm publish
1.5.6

4 years ago

1.5.5

4 years ago

1.5.4

4 years ago

1.5.3

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.5

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago