- Create the Module .ts file in the src directory
- Build the src code to create the output in dist
- Add a Directory for the module in the root directory
- run npm init to create the package.json file
- Point the package.json file in new module directory to the file for the module in dist
- Add the new module directory to the files list in the root package.json to publish the files