1.0.1 • Published 5 years ago
@takumus/tslib-cli v1.0.1
What is this?
This is a template generator for TypeScript library.
It generates a project based on TypeScriptLibraryTemplate.
Install
npm install -g @takumus/tslib-cliHow to create/edit project
You can create/edit your project in current directry.
tslib-cliYou can also choose your project name and create/edit directory.
tslib-cli project-nameproject name
It becomes your project directory name as a default.
You can use scopes in package names.
global name of browser
Default value is its project name in camel-case.
destination directory
./dist is default value.
entry .ts file
./src/index.ts is default value.
export cjs with node_modules?
no is default value.
export esm with node_modules?
no is default value.
export browser with node_modules?
yes is default value.
package.json author.name
SSIA
package.json author.email
SSIA
Build
npm run buildSupporters
@shxn0 (Japanese to English translation)