Create a new library project in a subfolder with the given name.
This includes creating all the required and recommended style files
define a package.json, git configuration files, visual studio code
files, NPM configuration files, contribution guidelines, a readme,
a license (MIT by default), install all dependencies, and initialize
a git repository.
Throws
FileSystemError: If the argument for projectType or packageManager is invalid.
FileSystemError: If there's already a folder with the project name, or the folder is not empty.
Create a new library project in a subfolder with the given name. This includes creating all the required and recommended style files define a package.json, git configuration files, visual studio code files, NPM configuration files, contribution guidelines, a readme, a license (MIT by default), install all dependencies, and initialize a git repository.
Throws
FileSystemError: If the argument for projectType or packageManager is invalid.
FileSystemError: If there's already a folder with the project name, or the folder is not empty.