TypeScript ECS library that provides intellisense for your entities and components.
I am building this for learning purposes.
All you need is a recent version of node/npm.
Install the package with the following command:
npm install entityped
Run the following command from your project directory to create the initial boilerplate you need:
npx entityped-init
Note:
npx
comes installed with npm and provides a clean way to run local scripts.
To create new components, just run the following command:
npx entityped-component