To spin up Kafka using Docker, run the command below:
docker-compose up -d
npm inittsc <index.ts>// Compiling Typescript file // match name with package.json "main"npm link// directs npm to this folder when installing in another location
npm initnpm link <turnstyl-testing>// match name with package.json "name"node <script.ts>
- within Turnstyl folder
1. npm login
2. npm publish