0.3.5 • Published 4 years ago

ts-publisher v0.3.5

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

ts-publisher

It helps to publish your TypeScript libraries to npm.

Features

  • compiles your TypeScript code into outDir which you defined in tsconfig.json.
  • changes permissions of binary files
  • copy package.json into outDir and remove private flag
  • copy README.md into outDir
  • publish your built files to npm

How to install

$ npm install -D ts-publisher
// or
$ yarn add -D ts-publisher

Build

$ npx tsp build
// or
$ yarn tsp build

Options

namedescription
-p, --projectspecify tsconfig path. The default is \/tsconfig.json

Publish

You need to login npm cli before using the publish task.

$ npx tsp publish
// or
$ yarn tsp publish

Options

namedescription
-p, --projectsame as build
-o, --otpone time password
0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago