Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI for preprocessing svelte files #256

Closed
kaisermann opened this issue Sep 25, 2020 · 0 comments
Closed

CLI for preprocessing svelte files #256

kaisermann opened this issue Sep 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kaisermann
Copy link
Member

Is your feature request related to a problem? Please describe.
Tries to tackle sveltejs/component-template#8 and #255.

Describe the solution you'd like
A tiny CLI (possibly using sade) to preprocess invalid .svelte files, which are files written in languages other than JS, CSS, and HTML, into valid .svelte files. This is especially useful for library authors that want to write their components using some custom language such as SASS or TypeScript.

$ npx svelte-preprocess --src=/ --out=dist/

Describe alternatives you've considered

sveltejs/component-template#31

@kaisermann kaisermann added the enhancement New feature or request label Sep 25, 2020
@kaisermann kaisermann self-assigned this Sep 25, 2020
@kaisermann kaisermann added the help wanted Extra attention is needed label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant