README
ts-template
Typescript template repository
This repo comes with
- typescript
- prettier
- eslint
- jest
- precommit hooks
If you wish to publish as a package to npm, change the name
field of the package.json
to your package, and yarn publish
Typescript template repository
<script type="module">
import churchcommunitybuilderJsApi from 'https://cdn.skypack.dev/@churchcommunitybuilder/js-api';
</script>
Typescript template repository
This repo comes with
If you wish to publish as a package to npm, change the name
field of the package.json
to your package, and yarn publish