1.0.1 • Published 3 years ago

@takumus/tslib-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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)

1.0.1

3 years ago

1.0.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago