This is a template generator for TypeScript library. It generates a project based on [TypeScriptLibraryTemplate](https://github.com/takumus/TypeScriptLibraryTemplate). # Install ``` npm install -g @takumus/tslib-cli ``` # How to create/edit proje
npm install @takumus/tslib-cli
npm install -g @takumus/tslib-cli
`
How to create/edit project
You can create/edit your project in current directry.
`
tslib-cli
`
You can also choose your project name and create/edit directory.
`
tslib-cli project-name
`
$3
It becomes your project directory name as a default.
You can use scopes in package names.
$3
Default value is its project name in camel-case.
$3
./dist is default value.
$3
./src/index.ts is default value.
$3
no is default value.
$3
no is default value.
$3
yes is default value.
$3
SSIA
$3
SSIA
Build
`
npm run build
``