Skip to content

Commit

Permalink
fix: export @tsbb/babel & @tsbb/jest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 28, 2023
1 parent 0c4e8b3 commit 2e2dea1
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
3 changes: 1 addition & 2 deletions packages/babel/README.md
@@ -1,6 +1,5 @@
@tsbb/typescript
===


Github: https://github.com/jaywcjlove/tsbb
Website: http://jaywcjlove.github.io/tsbb
Website: https://jaywcjlove.github.io/tsbb
2 changes: 1 addition & 1 deletion packages/babel/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0-alpha.0",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "http://jaywcjlove.github.io/tsbb",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Expand Up @@ -2,4 +2,4 @@
===

Github: https://github.com/jaywcjlove/tsbb
Website: http://jaywcjlove.github.io/tsbb
Website: https://jaywcjlove.github.io/tsbb
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0-alpha.0",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "http://jaywcjlove.github.io/tsbb",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/README.md
Expand Up @@ -3,4 +3,4 @@


Github: https://github.com/jaywcjlove/tsbb
Website: http://jaywcjlove.github.io/tsbb
Website: https://jaywcjlove.github.io/tsbb
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0-alpha.0",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "http://jaywcjlove.github.io/tsbb",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/tsbb/README.md
Expand Up @@ -50,9 +50,9 @@ $ npm create tsbb my-app -e express
$ npx create-tsbb my-app -e koa

# npm 6.x
$ npm init tsbb my-app --example express-typeorm
$ npm init tsbb my-app --example typenexus
# npm 7+, extra double-dash is needed:
$ npm init tsbb my-app -- --example express-typeorm
$ npm init tsbb my-app -- --example typenexus

$ cd my-project

Expand All @@ -75,7 +75,7 @@ You can download the following examples directly. [Download page](https://jaywcj

- [**`Basic`**](https://github.com/jaywcjlove/tsbb/tree/master/example/basic) - The [Node.js](https://nodejs.org/en/) base application example.
- [**`Express`**](https://github.com/jaywcjlove/tsbb/tree/master/example/express) - The [Express](https://expressjs.com/) base application example.
- [**`TypeNexus`**](https://github.com/jaywcjlove/tsbb/tree/master/example/express-typeorm) - The [Express](https://expressjs.com/) & [TypeORM](https://github.com/typeorm/typeorm) base application example.
- [**`TypeNexus`**](https://github.com/jaywcjlove/tsbb/tree/master/example/typenexus) - The [Express](https://expressjs.com/) & [TypeORM](https://github.com/typeorm/typeorm) base application example.
- [**`Koa`**](https://github.com/jaywcjlove/tsbb/tree/master/example/koa) - The [Koa](https://koajs.com/) base application example.
- [**`Hapi`**](https://github.com/jaywcjlove/tsbb/tree/master/example/hapi) - The [Hapi](https://hapijs.com/) base application example.
- [**`react-component`**](https://github.com/jaywcjlove/tsbb/tree/master/example/react-component) - The react component base application example.
Expand Down
2 changes: 1 addition & 1 deletion packages/tsbb/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0-alpha.0",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "http://jaywcjlove.github.io/tsbb",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions packages/tsbb/src/index.ts
@@ -1,2 +1,4 @@
export * from '@tsbb/babel';
export * from '@tsbb/core';
export * from '@tsbb/jest';
export * from '@tsbb/typescript';
3 changes: 1 addition & 2 deletions packages/typescript/README.md
@@ -1,6 +1,5 @@
@tsbb/typescript
===


Github: https://github.com/jaywcjlove/tsbb
Website: http://jaywcjlove.github.io/tsbb
Website: https://jaywcjlove.github.io/tsbb
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "4.0.0-alpha.0",
"description": "TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.",
"author": "kenny wang <wowohoo@qq.com>",
"homepage": "http://jaywcjlove.github.io/tsbb",
"homepage": "https://jaywcjlove.github.io/tsbb",
"license": "MIT",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 2e2dea1

Please sign in to comment.