@takumus/tslib-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

What is this?

This is a template generator for TypeScript library.
It generates a project based on TypeScriptLibraryTemplate.

Install

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

project 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 build

Supporters

@shxn0 (Japanese to English translation)

Readme

Keywords

none

Package Sidebar

Install

npm i @takumus/tslib-cli

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

18.6 kB

Total Files

14

Last publish

Collaborators

  • takumus