Tech Blog
AnyMind Group
Oct 26, 2021
[Tech Blog] Create NPM Package by Typescript
Introduction Hi, I'm Torii, developer from AnyMind Group. I have been involved in the development of AnyManager since I joined this company as a new graduate. I want to introduce how to create NPM package Environement We will proceed in the following environment MacOS Catalina 10.15.7 Bitbucket: Manage module's repositories Typescript 4.6.3 Goal Enable to share module created by typescript between different repositories. Main Repository: Entry point of processing. Module 1 and Module 2 are imported in this repository。 Module 1: Module