1.0.1 • Published 4 years ago

@takumus/tslib-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.0

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago