0.6.13 • Published 2 days ago

@badrap/libapp v0.6.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

libapp tests

TypeScript helpers for creating Badrap apps.

Installation

npm i @badrap/libapp

Enabling JSX/TSX support

To enable JSX/TSX support for your whole codebase, modify your tsconfig.json file by adding in the following lines:

{
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "@badrap/libapp"
  }
}

To enable JSX/TSX support for just one specific file, add the following pragma comment to the beginning of that file:

/* @jsxImportSource @badrap/libapp */

License

This library is licensed under the MIT license. See ./LICENSE.

0.6.13

2 days ago

0.6.12

7 days ago

0.6.11

11 days ago

0.6.10

13 days ago

0.6.7

17 days ago

0.6.6

17 days ago

0.6.9

16 days ago

0.6.8

17 days ago

0.6.5

18 days ago

0.6.4

22 days ago

0.6.3

1 month ago

0.6.2

3 months ago

0.6.1

3 months ago

0.6.0

3 months ago

0.5.0

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.3

5 months ago

0.2.0

8 months ago

0.1.7

9 months ago

0.1.6

10 months ago

0.1.0

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.0.3

1 year ago

0.0.2

2 years ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.1

3 years ago