https://github.com/arlac77/template-svelte-component
template for svelte components apply with npm-template-sync
https://github.com/arlac77/template-svelte-component
template-sync
Last synced: about 1 year ago
JSON representation
template for svelte components apply with npm-template-sync
- Host: GitHub
- URL: https://github.com/arlac77/template-svelte-component
- Owner: arlac77
- Created: 2019-08-07T09:04:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T00:16:32.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:47:01.220Z (about 1 year ago)
- Topics: template-sync
- Language: TypeScript
- Homepage: https://github.com/template-tools/template-sync-cli
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {{fullName}}
{{description}}
# usage
## run tests
```sh
export BROWSER=safari|chrome|...
npm|yarn test
```
# API
# install
With [npm](http://npmjs.org) do:
```shell
npm install {{fullName}}
```
or with [yarn](https://yarnpkg.com)
```shell
yarn add {{fullName}}
```
# license
BSD-2-Clause