13.0.5 • Published 6 days ago

build-ts v13.0.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
6 days ago

build-ts

Test semantic-release

An opinionated tool for building a Node.js app and library written in TypeScript.

Features

  • Builder / Bundler (rollup wrapper)
    • build-ts app
      • Bundle TypeScript code as Node.js application
    • build-ts functions
      • Bundle TypeScript code as GCP/Firebase Functions
      • Generate optimized package.json for Functions
    • build-ts lib
      • Bundle TypeScript code as Node.js / Pure JavaScript / React Library
    • Remove console.log automatically
  • Executor (ts-node wrapper)
    • build-ts run <TypeScript file>
      • Run TypeScript code as Node.js script

Node.js Application

npx build-ts app [project path], e.g.,

npx build-ts app test-fixtures/app-node
# or
cd test-fixtures/app-node && npx build-ts app

Firebase Functions

npx build-ts functions [project path], e.g.,

npx build-ts app test-fixtures/functions
# or
cd test-fixtures/functions && npx build-ts app

Node.js / Browser Library

npx build-ts lib [project path], e.g.,

npx build-ts lib test-fixtures/lib
# or
cd test-fixtures/lib && npx build-ts lib

React Library

npx build-ts lib [project path], e.g.,

npx build-ts lib test-fixtures/lib-react
# or
cd test-fixtures/lib-react && npx build-ts lib

Run TypeScript code with arguments

echo "console.log(process.argv)" > example.ts
npx build-ts run example.ts -- --foo bar

The output is like this:

[ '/path/to/node',
  '/path/to/build-ts/dist/bin/run.js',
  '--foo',
  'bar' ]
13.0.5

6 days ago

13.0.4

26 days ago

13.0.3

27 days ago

13.0.2

1 month ago

13.0.0

2 months ago

13.0.1

2 months ago

12.1.0

2 months ago

12.0.11

2 months ago

12.0.10

2 months ago

12.0.9

2 months ago

12.0.8

2 months ago

12.0.7

3 months ago

12.0.6

3 months ago

12.0.5

3 months ago

12.0.3

4 months ago

12.0.4

4 months ago

12.0.2

4 months ago

12.0.1

4 months ago

12.0.0

4 months ago

11.0.18

5 months ago

11.0.19

5 months ago

11.0.20

5 months ago

11.0.17

5 months ago

11.0.16

5 months ago

11.0.15

5 months ago

10.0.0

8 months ago

10.0.1

7 months ago

10.0.2

7 months ago

10.0.3

7 months ago

8.2.2

9 months ago

11.0.10

6 months ago

11.0.13

6 months ago

11.0.14

5 months ago

11.0.11

6 months ago

11.0.12

6 months ago

8.1.0

9 months ago

9.1.5

8 months ago

9.1.4

8 months ago

9.1.3

8 months ago

9.1.2

8 months ago

8.3.1

8 months ago

7.0.0

10 months ago

7.0.2

10 months ago

7.0.1

10 months ago

8.2.1

9 months ago

8.2.0

9 months ago

9.0.0

8 months ago

8.4.1

8 months ago

8.4.0

8 months ago

8.4.3

8 months ago

8.4.2

8 months ago

8.3.0

8 months ago

11.0.6

6 months ago

11.0.7

6 months ago

11.0.4

6 months ago

11.0.5

6 months ago

11.0.8

6 months ago

11.0.9

6 months ago

9.1.1

8 months ago

9.1.0

8 months ago

11.0.2

7 months ago

11.0.3

7 months ago

11.0.0

7 months ago

11.0.1

7 months ago

6.0.0

10 months ago

5.10.5

10 months ago

8.0.1

9 months ago

8.0.0

9 months ago

8.0.3

9 months ago

8.0.2

9 months ago

5.10.4

10 months ago

5.10.3

11 months ago

5.7.16

12 months ago

5.7.15

12 months ago

5.8.1

11 months ago

5.8.0

12 months ago

5.10.2

11 months ago

5.10.1

11 months ago

5.10.0

11 months ago

5.9.1

11 months ago

5.9.0

11 months ago

5.7.10

1 year ago

5.7.12

1 year ago

5.7.11

1 year ago

5.7.14

12 months ago

5.7.13

12 months ago

5.7.9

1 year ago

5.7.8

1 year ago

5.7.7

1 year ago

5.7.6

1 year ago

5.7.5

1 year ago

5.7.4

1 year ago

5.6.0

1 year ago

5.5.1

1 year ago

5.7.3

1 year ago

5.7.2

1 year ago

5.7.1

1 year ago

5.7.0

1 year ago

5.3.3

1 year ago

5.5.0

1 year ago

5.4.0

1 year ago

5.3.4

1 year ago

5.3.2

1 year ago

5.3.1

1 year ago

5.3.0

1 year ago

5.2.0

1 year ago

5.1.1

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.2.6

1 year ago

3.2.5

1 year ago

3.2.4

1 year ago

3.2.3

1 year ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.3

1 year ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago