convolvr-ecm

1.5.6 • Public • Published

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

Package Sidebar

Install

npm i convolvr-ecm

Weekly Downloads

28

Version

1.5.6

License

MIT

Unpacked Size

16 MB

Total Files

18

Last publish

Collaborators

  • spacehexagon