3.0.2 • Published 2 years ago

sandwich-cli v3.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

tsmodule library

This is a tsmodule library. By default, it is assumed to be a Node program, but this can be adjusted via the platform field in package.json.

Develop

Rebuild on changes with tsmodule dev or the yarn dev script:

yarn dev
# calls `tsmodule dev`

Export and publish

To export your component library, use tsmodule build or the yarn build script:

yarn build
# calls `tsmodule build`

You can then publish to NPM:

yarn publish

Importing from your library

All index exports, e.g. src/example/index.tsx will be available downstream via import ... from "my-library/example".

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.7.1

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago