tsbb

TSBB is a CLI tool for developing, testing and publishing modern TypeScript projects with zero configuration, and can also be used for module or react component development. @tsbbjs

MIT License

Downloads
6.4K
Stars
101
Committers
5

Bot releases are visible (Hide)

tsbb - v3.1.0

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v3.0.4...v3.1.0

  • ๐Ÿ’„ chore(deps): update dependency @types/node to v16.7.10 bddbfae
  • ๐ŸŒŸ feat(tesbb): Update jest config. 98235be
  • ๐ŸŒŸ feat(tsbb): update babel config. 8ece114
  • ๐Ÿž fix(tsbb): babel-plugin-add-module-exports -> @babel/plugin-transform-modules-commonjs 7f69d51
  • ๐Ÿž fix(tsbb): Update testMatch feild in jest config. 30e44e7
  • ๐Ÿ’„ chore: add umd example. 7253da3
  • ๐Ÿ’„ chore(example): Update example. 844f8a4
  • ๐Ÿ’„ chore(deps): update dependency @types/compression to v1.7.2 (#265) 0f9f72d @renovate[bot]
  • ๐Ÿž fix(deps): update dependency @types/babel__core to v7.1.16 (#264) fb9d546 @renovate[bot]
  • ๐Ÿ’„ chore(deps): update dependency @types/react to v17.0.20 (#263) ad6a61e @renovate[bot]
  • ๐Ÿž fix(deps): update dependency @babel/core to v7.15.5 (#262) 488bfc8 @renovate[bot]
  • ๐Ÿ“– doc: Update README.md e3c5d04
tsbb - v3.0.4

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v3.0.3...v3.0.4

  • ๐Ÿž fix(deps): update dependency recursive-readdir-files to v1.1.0 (#260) 217d46b @renovate[bot]
  • ๐ŸŒŸ feat(create-tsbb): add output options. a984882
  • ๐Ÿž fix(deps): update dependency create-kkt to v2.3.0 (#261) a7f0a76 @renovate[bot]
  • ๐Ÿž fix(deps): update babel monorepo to v7.15.4 (#240) 804fdef @renovate[bot]
  • ๐Ÿž fix(tsbb): Fix reference errors. d421ab7
  • ๐Ÿ“„ example(react-component): Update example. c9377fc
tsbb - v3.0.3

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v3.0.2...v3.0.3

  • ๐Ÿ’„ chore(deps): update dependency compile-less-cli to v1.8.8 (#259) 8d928da @renovate[bot]
  • ๐Ÿž fix(tsbb): fix babel cjs options. c18b75c
tsbb - v3.0.2

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v3.0.1...v3.0.2

  • ๐Ÿ’„ chore(deps): update dependency compile-less-cli to v1.8.5 (#251) b426be6 @renovate[bot]
  • ๐Ÿž fix(tsbb): fix proposal-class-properties issue. b324575
tsbb - v3.0.1

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v3.0.0...v3.0.1

  • ๐Ÿž fix(deps): update dependency husky to v7.0.2 (#228) 9f8dabe @renovate[bot]
  • ๐Ÿ’„ chore: Modify the output log. 5ef462c
tsbb - v3.0.0

Published by github-actions[bot] about 3 years ago

npm i [email protected]
  • Remove tsbb types
  • tsbb [build|watch]
  • โ•ฐโ”ˆ --source-root, -s
  • โ•ฐโ”ˆ --copy-files
  • โ•ฐโ”ˆ --source-maps
  • โ•ฐโ”ˆ --output, -o
  • โ•ฐโ”ˆ --target
  • โ•ฐโ”ˆ --comments
โ–ถ tsbb --help

Usage: tsbb <command>
Version 3.0.0-rc.14

Commands:

  tsbb build [options]         Build your project once and exit.
  tsbb watch [options]         Recompile files on changes.
  tsbb test  [options]          Run jest test runner in watch mode.

Options:[build|watch]

  --entry, -e               Specify the entry directory.
  --envName                 The current active environment used during configuration loading.
  --disable-babel           Disable Babel.
  --disable-babel-option    Disable Babel Option.
  --esm                     Output "esm" directory.
  --cjs                     Output "cjs" directory.

Examples:

  $ tsbb build                           Build your project.
  $ tsbb build --entry src/index.ts      Specify the entry directory.
  $ tsbb build --esm ./es                Output directory.
  $ tsbb watch --disable-babel-option    Disable Babel Option.
  $ tsbb watch --disable-babel           Disable Babel.
  $ tsbb watch --cjs ./cjs               Watch Output directory.
  $ tsbb test                            Run test suites related
  $ tsbb test --coverage                 Test coverage information should be collected

Options:

  --version, -v                      Show version number
  --help, -h                         Show help

Copyright 2021

https://github.com/jaywcjlove/tsbb/compare/v2.3.1...v3.0.0

  • ๐ŸŒŸ feat(tsbb): Refactor the tsbb code. c0023b6
  • ๐Ÿ’„ chore(tsbb): update help comment. 01dfb94
  • ๐Ÿ“– doc(tsbb): Update document. 7b4634c
  • ๐Ÿ’„ chore: update workflows config. 93b7125
  • ๐Ÿž fix(tsbb): fix WatchCompileOptions options. 35526bd
  • ๐Ÿ’„ chore: update react-component dependencies. e67a20f
  • ๐Ÿ’„ chore: update .gitignore 6782d2f
  • ๐Ÿ’„ chore: update react-component example. 20b2b97
  • ๐Ÿ“– doc: update workflows config. 027e0c0
  • ๐ŸŒŸ feat(tsbb): Refactor the tsbb code. (#253) d715096
  • ๐Ÿ’„ chore(deps): update babel monorepo #240 25d92cc
  • ๐Ÿ’„ chore(deps): update dependency compile-less-cli to v1.8.1 #251 150abb1
  • ๐Ÿ’„ chore(deps): update dependency @types/react to v17.0.19 #248 95add11
  • ๐Ÿž fix: Update files field in package.json 0c66e9f
  • ๐Ÿž fix(tsbb): fix tsconfig.json outDir support. 38c5a11
  • ๐Ÿ“„ example(basic): update tsconfig.json c4f283a
  • ๐Ÿ’„ chore: update package.json ce9ad0c
  • ๐Ÿ†Ž type(tsbb): fix the output declaration type file. 7044a1e
  • ๐Ÿ“„ example(express-typeorm): Update types. 4b0a013
  • ๐Ÿž fix(tsbb): fix watch command errors. 3a1d479
  • ๐Ÿž fix(tsbb): fix transform less errors. 1a4acd2
  • ๐Ÿž fix(tsbb): Fix the import less errors. 3e8ac30
  • ๐Ÿž fix(tsbb): fix command errors. 9920c13
  • ๐Ÿž fix(tsbb): Fix watch issue. 320b579
  • ๐Ÿž fix: fix transform test ts. 4a90263
  • ๐Ÿ’„ chore: update workflows config. 444dab1
  • ๐Ÿž fix(tsbb): Fix the compilation issue of typescript project. 6e29ed1
  • ๐Ÿ’„ chore: update workflows config. f2b9be4
  • ๐Ÿž fix(tsbb): fix React is not defined. 09ce5a7
  • ๐Ÿž fix(tsbb): fix match path. e041f8d
  • ๐ŸŒŸ feat(tsbb): add --disable-babel option. b55a995
  • ๐Ÿ’„ chore: update workflows config. 573e249
  • ๐Ÿ’„ chore: update workflows config. 1c6e77e
  • ๐Ÿ’„ chore: merge conflict from dev. 19550f3
  • ๐Ÿ’„ chore: merge conflict from dev. 8ce819b
  • ๐Ÿ’„ chore: merge conflict from dev. 5238ad2
  • ๐Ÿ’„ chore: Add husky config. a9fbc42
  • ๐Ÿž fix(deps): update dependency typescript to v4.4.2 b2bb9c9
  • ๐Ÿž fix(deps): update dependency chalk to v4.1.2 e66a148
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v11.1.2 ae45991
  • ๐Ÿž fix(deps): update dependency jest to v27.1.0 5c13ed9
  • ๐Ÿ’„ chore: update workflows config. 272a7b0
tsbb - v2.3.1

Published by github-actions[bot] about 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v2.3.0...v2.3.1

  • ๐Ÿ’„ chore: remove console.log. 97915bd
  • ๐Ÿ’„ chore: prettier code. 0674745
tsbb - v2.3.0

Published by github-actions[bot] about 3 years ago

npm i [email protected]

Feature

tsbb build --babel-option=none

https://github.com/jaywcjlove/tsbb/compare/v2.2.1...v2.3.0

  • ๐Ÿ’„ chore: update workflows config. ac8fbe1
  • ๐Ÿ“„ example(react-component-tsx): update tsconfig.json f557ff2
  • ๐Ÿ’„ chore(deps): update dependency ts-node-dev to v1.1.8 6b80974
  • ๐Ÿ’„ chore(deps): update dependency nodemon to v2.0.12 246ecc1
  • ๐Ÿ’„ chore(express-typeorm): update example. 6f0162b
  • ๐Ÿž fix(deps): update dependency @hapi/hapi to v20.1.5 061671e
  • ๐Ÿ’„ chore(deps): update dependency @types/react to v17.0.15 cb7e75a
  • ๐Ÿ’„ chore(deps): update dependency @types/koa to v2.13.4 cb0bf84
  • ๐Ÿ’„ chore(deps): update dependency kkt to v6.11.0 0341da2
  • ๐Ÿ’„ chore(deps): update dependency @kkt/less-modules to v6.11.0 049bfcb
  • ๐Ÿ’„ chore(deps): update dependency @types/react-dom to v17.0.9 32ff34d
  • ๐Ÿ’„ chore(deps): update dependency @types/express to v4.17.13 48594d4
  • ๐Ÿ’„ chore(deps): update dependency @kkt/raw-modules to v6.11.0 fa61ac7
  • ๐Ÿ’„ chore(deps): update dependency @types/hapi__hapi to v20.0.9 708684f
  • ๐Ÿ’„ chore(deps): update dependency @kkt/scope-plugin-options to v6.11.0 ea16009
  • ๐Ÿ’„ chore(deps): update dependency @types/http-errors to v1.8.1 28288aa
  • ๐Ÿ’„ chore(deps): update dependency @types/compression to v1.7.1 19118f1
  • ๐Ÿ’„ chore(deps): update dependency @types/fs-extra to v9.0.12 9b4f61d
  • ๐Ÿ’„ chore(react-component-tsx): Update example. 819c2f7
  • ๐Ÿ’„ chore(deps): update dependency @types/yargs to v17.0.2 3297b19
  • ๐Ÿž fix(deps): update dependency prettier to v2.3.2 ade0d65
  • ๐Ÿž fix(deps): update dependency pg to v8.7.1 56ca53d
  • ๐Ÿž fix(deps): update dependency typescript to v4.3.5 87606ab
  • ๐Ÿž fix(deps): update dependency typeorm to v0.2.35 00263b7
  • ๐ŸŒŸ feat(tsbb): add babel-option option. 2994ca2
  • ๐Ÿ“„ example(transform-typescript): add example. e98a687
  • ๐Ÿ’„ chore: update workflows config. edeae4e
tsbb - v2.2.1

Published by github-actions[bot] over 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v2.2.0...v2.2.1

  • ๐Ÿž fix(deps): update dependency @hapi/hapi to v20.1.4 352d21b
  • ๐Ÿž fix(deps): update dependency prettier to v2.3.1 39f7e48
  • ๐Ÿž fix(deps): update dependency typeorm to v0.2.34 aba5344
  • ๐Ÿž fix(deps): update dependency execa to v5.1.1 2b353c7
  • ๐Ÿ’„ chore(deps): update dependency babel-plugin-transform-remove-imports to v1.5.5 824bb02
  • ๐Ÿ’„ chore: update workflows config. 4825095
  • ๐Ÿž fix(deps): update dependency pretty-quick to v3.1.1 db3c18f
  • ๐Ÿž fix(deps): update dependency chokidar to v3.5.2 34ce6ad
  • ๐Ÿž fix(deps): update babel monorepo 816aedf
  • ๐Ÿž fix(deps): update dependency ora to v5.4.1 4eca730
  • ๐Ÿ’„ chore(deps): update dependency @types/react-dom to v17.0.8 cb75cd9
  • ๐Ÿ’„ chore(deps): update dependency @types/react to v17.0.11 e04bded
  • ๐Ÿž fix(deps): update jest monorepo e5ac2f7
  • ๐Ÿ’„ chore: update workflows config. 5739f33
  • ๐Ÿž fix(deps): update dependency typescript to v4.3.4 de3e268
  • ๐Ÿ’„ chore: update workflows config. ff0607e
  • ๐Ÿ“„ example(react-component-tsx): update package.json 6852391
  • ๐Ÿ’„ chore(react-component-tsx): fix eslint errors. c0c64f8
  • ๐Ÿ’„ chore: update workflows config. 48ede60
tsbb - v2.2.0

Published by github-actions[bot] over 3 years ago

npm i [email protected]

https://github.com/jaywcjlove/tsbb/compare/v2.1.2...v2.2.0

  • ๐Ÿ’„ chore(deps): update dependency kkt to v6.8.2 f5a040d @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/scope-plugin-options to v6.8.2 550803f @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/less-modules to v6.8.2 e8c1f9d @renovate-bot
  • ๐Ÿž fix(deps): update dependency semver to v7.3.5 f3feeb2 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/raw-modules to v6.8.2 844dc29 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/react-dom to v17.0.3 765e0c4 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @hapi/hapi to v20.1.3 c2eb4e3 @renovate-bot
  • ๐Ÿ’„ chore: update example dependencies. e654692
  • ๐Ÿ“„ merge: The merge conflict is in example. c0afa99
  • ๐Ÿ“„ Merge commit 'c0afa99' 07bb186
  • ๐Ÿ’„ chore: update tsbb dependencies. 2caa582
  • ๐Ÿ’„ chore: update workflows config. 1174d5c
  • ๐Ÿž fix: Fix yargs v17 upgrade error. 95141d9
tsbb - v2.1.2

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.1.1...v2.1.2

  • ๐Ÿ’„ chore: update package.json 82b0dc5
  • ๐Ÿ“„ fix 'useESModules' option issue. 5144dad
  • ๐Ÿ’„ chore(deps): update dependency parcel-bundler to v1.12.5 9c4042c @renovate-bot
  • ๐Ÿž fix(deps): update dependency ora to v5.4.0 84f2416 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @hapi/hapi to v20.1.1 2743f7b @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/babel__core to v7.1.13 d71f494 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @types/node to v14.14.35 786644c @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency kkt to v6.8.0 fc9e6fd @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/scope-plugin-options to v6.8.0 b15671e @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/less-modules to v6.8.0 9cd06dd @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/raw-modules to v6.8.0 1197157 @renovate-bot
tsbb - v2.1.1

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.1.0...v2.1.1

  • ๐Ÿ’„ chore(deps): update dependency create-kkt to v2.1.5 ee79c18
  • ๐Ÿ’„ chore(doc): update document. 02ba135
tsbb - v2.1.0

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.11...v2.1.0

  • ๐Ÿ’„ chore(example): update dependency kkt to v6.7.2 #160 dbb7441
  • ๐Ÿž fix(deps): update babel monorepo to v7.13.10 7f9aa14 @renovate-bot
  • ๐Ÿž fix(deps): update dependency chokidar to v3.5.1 25611bd @renovate-bot
  • ๐Ÿž fix(deps): update dependency yargs to v16.2.0 83d34b8 @renovate-bot
  • ๐Ÿž fix(deps): update dependency lerna to v4 9b9e0c3 @renovate-bot
  • ๐Ÿž fix(deps): update dependency execa to v5 3606a10 @renovate-bot
  • ๐Ÿž fix(deps): update dependency ejs to v3.1.6 23e6670 @renovate-bot
  • ๐Ÿž fix(deps): update dependency typeorm to v0.2.31 2d4ea3d @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/koa to v2.13.1 598465a @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/hapi__hapi to v20.0.5 0fb66f8 @renovate-bot
  • ๐Ÿž fix(deps): update dependency ora to v5.3.0 80d67eb @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency ts-node-dev to v1.1.6 8ff34f8 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @types/graceful-fs to v4.1.5 02d6082 @renovate-bot
  • ๐Ÿž fix(deps): update dependency fs-extra to v9.1.0 2bedb8c @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/babel__core to v7.1.12 46fb649 @renovate-bot
  • ๐Ÿž fix(deps): update dependency typescript to v4.2.3 91a82ca @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/react-dom to v17.0.2 739a05d @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/node to v14.14.34 9945889 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/react to v17.0.3 8126197 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @types/node to v13.13.46 274699b @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @types/node to v14.14.34 bd0c679
tsbb - v2.0.11

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.10...v2.0.11

  • ๐Ÿž fix: Fix useESModules error warning. e52f77a
tsbb - v2.0.10

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.9...v2.0.10

  • ๐Ÿž fix(deps): roll back @babel/core to v7.12.17 e0e25c8
tsbb - v2.0.9

Published by github-actions[bot] over 3 years ago

tsbb - v2.0.8

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.7...v2.0.8

  • ๐Ÿ’„ chore: Add express-typeorm example. 76718f3
  • ๐Ÿ’„ chore: remove docker file. 99f8dd8
  • ๐Ÿ’„ chore: update workflows config. 1675cd5
  • ๐Ÿ’„ chore(deps): update dependency @types/express to v4.17.11 4bba4e4 @renovate-bot
  • ๐Ÿ’„ chore: add sandbox config. f5e50f8
  • ๐Ÿ“„ Merge branch 'master' of github.com:jaywcjlove/tsbb 0713e51
  • ๐Ÿ’„ chore: fix workflows errors. 8d01f1e
  • ๐Ÿ’„ chore: update workflows config. debe6f5
  • ๐Ÿ’„ chore(deps): update dependency kkt to v6.6.2 dca093e @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/scope-plugin-options to v6.6.2 15e70cc @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/less-modules to v6.6.2 bcec522 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/raw-modules to v6.6.2 b771a1b @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency compile-less-cli to v1.7.0 a6368a7 @renovate-bot
  • ๐Ÿ’„ chore: update workflows config. 4456c79
  • ๐Ÿ“„ Merge branch 'master' of github.com:jaywcjlove/tsbb cd58165
  • ๐Ÿž fix(deps): update dependency @types/graceful-fs to v4.1.4 29e4965 @renovate-bot
  • ๐Ÿž fix(deps): update dependency @hapi/hapi to v20.1.0 5118311 @renovate-bot
  • ๐Ÿž fix(deps): update dependency koa to v2.13.1 b39b9ff @renovate-bot
  • ๐Ÿž fix(deps): update dependency chalk to v4.1.0 b00b758 @renovate-bot
  • ๐Ÿ“„ Update README.md 2f942e2
  • ๐Ÿ’„ chore(deps): update babel monorepo a5c77d3 @renovate-bot
  • ๐Ÿž fix(deps): update dependency camelcase to v6.2.0 f709759 @renovate-bot
  • ๐Ÿ’„ chore(deps): remove dependency request. 506d84d
  • ๐Ÿ“„ example: update dependency kkt to v6.7.0 e28c5d5
  • ๐Ÿ’„ chore(deps): update dependency ts-node-dev to v1.1.2 bbce177 @renovate-bot
  • ๐Ÿž fix(deps): update dependency sqlite3 to v5.0.2 2909402 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency lint-staged to v10.5.4 349a74f @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @tsbb/babel-preset-tsbb to v1.14.1 e98a8f6
tsbb - v2.0.7

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.6...v2.0.7

  • ๐Ÿž fix: Modify the babel config to convert typescript. 984b49f
tsbb - v2.0.6

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.5...v2.0.6

  • ๐Ÿ’„ chore(deps): update dependency kkt to v6.5.1 7cbf946 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/scope-plugin-options to v6.5.1 19e41c9 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/raw-modules to v6.5.1 0480fec @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency @kkt/less-modules to v6.5.1 2bb2a32 @renovate-bot
  • ๐Ÿ’„ chore(deps): update dependency less to v4.1.1 684c947 @renovate-bot
  • ๐Ÿ’„ chore: Modify babel config of nodejs. af1303d
  • ๐Ÿ“„ Merge branch 'master' of github.com:jaywcjlove/tsbb afb69d9
tsbb - v2.0.5

Published by github-actions[bot] over 3 years ago

https://github.com/jaywcjlove/tsbb/compare/v2.0.4...v2.0.5

  • ๐Ÿ’„ chore: update .github/workflows/ci.yml fe00c74
  • ๐Ÿž fix: Fix will not export the default module. 53cc4c2