Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 422 Bytes

File metadata and controls

8 lines (7 loc) · 422 Bytes

How to add a module

  • 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