Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svelte-add/coffeescript
Add CoffeeScript to your Svelte project
https://github.com/svelte-add/coffeescript
coffeescript svelte svelte-add svelte-kit sveltekit vite
Last synced: 22 days ago
JSON representation
Add CoffeeScript to your Svelte project
- Host: GitHub
- URL: https://github.com/svelte-add/coffeescript
- Owner: svelte-add
- License: mit
- Created: 2021-04-06T00:39:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T02:04:11.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:53:26.683Z (6 months ago)
- Topics: coffeescript, svelte, svelte-add, svelte-kit, sveltekit, vite
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
☕️ Add CoffeeScript to Svelte
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/confirmed%20bug?color=%23DC2626)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22confirmed+bug%22)
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/support%20question?color=%23FACC15)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22support+question%22)This is an adder for `svelte-add`; you should [read its `README`](https://github.com/svelte-add/svelte-add#readme) before continuing here.
## ➕ Adding CoffeeScript
This adder's codename is `coffeescript`, and can be used like so:
```sh
npx svelte-add@latest coffeescript
```### 🏞 Supported environments
This adder supports SvelteKit and Vite-powered Svelte apps (all the environments `svelte-add` currently supports).
### ⚙️ Options
This adder doesn't take any options of its own.
## 🛠 Using CoffeeScript
After the adder runs,
- You can write CoffeeScript syntax in the `script lang="coffee"` blocks in Svelte files.
- You can write CoffeeScript syntax in `.coffee` files and import them elsewhere.