0.0.1-beta-11 ā€¢ Published 3 years ago

svelte-add-test v0.0.1-beta-11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ā“ What is this?

This is a community project of commands to add particular functionality to Svelte projects.

They are all composable, meaning that it should always be possible to run one after running any other command without something breaking (ideally). This should put an end to the boilerplate problem: too much or too little is included.

šŸ§° SvelteKit

SvelteKit is an alpha project now, but work is starting now so that there are good integrations for when it enters beta.

šŸ’” Example

To migrate from sapper-firebase-typescript-graphql-tailwindcss-actions-template to SvelteKit, these commands can be run to recreate all the functionality:

# Use the official SvelteKit template
npm init svelte@next  # Say yes to TypeScript preprocessing and select plain CSS

npx apply svelte-add/postcss
npx apply svelte-add/tailwindcss

npx apply svelte-add/graphql

npx apply svelte-add/firebase-hosting
# Actually, there's a limitation for right now that server functions like a GraphQL server
# aren't supported by svelte-add/firebase-hosting, but that could be solved later!

So, to exclude a feature you weren't using that was still included in the boilerplate anyway, don't run its corresponding command. Suppose you only wanted PostCSS and to host on Firebase, then drop the svelte-add/tailwindcss and svelte-add/graphql commands.

šŸŽ Contributing

This is a community project! Here are some ways you can help:


Repository preview image generated with GitHub Social Preview

This README was generated with ā¤ļø by readme-md-generator

0.0.1-beta-11

3 years ago

0.0.1-beta-10

3 years ago

0.0.1-beta-9

3 years ago

0.0.1-beta-8

3 years ago

0.0.1-beta-7

3 years ago

0.0.1-beta-6

3 years ago

0.0.1-beta-5

3 years ago

0.0.1-beta-4

3 years ago

0.0.1-beta-3

3 years ago

0.0.1-beta-2

3 years ago

0.0.1-beta-1

3 years ago

0.0.1-alpha-4

3 years ago

0.0.1-alpha-3

3 years ago

0.0.1-alpha-2

3 years ago

0.0.1-alpha-1

3 years ago

0.0.1-alpha-16

3 years ago

0.0.1-alpha-15

3 years ago

0.0.1-alpha-14

3 years ago

0.0.1-alpha-13

3 years ago

0.0.1-alpha-12

3 years ago

0.0.1-alpha-11

3 years ago

0.0.1-alpha-10

3 years ago

0.0.1-alpha-9

3 years ago

0.0.1-alpha-8

3 years ago

0.0.1-alpha-7

3 years ago

0.0.1-alpha-6

3 years ago

0.0.1-alpha-5

3 years ago