tsproject # command line tooltsproject is a command line tool to generate new TypeScript-based Node.js/NPM libraries.Installation: npm install -g '@oresoftware/ts-project'Usage:ts_project foo/bar/bazGiven the above, ts_project will write the project files in the 'baz' directory, creating the path for you if it does not exist.