0.0.15 • Published 1 year ago

sveltecms-test v0.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Package to add svelteCMS to your svelte kit project

Step 1: create a svelteKit project

npm create svelte@latest appName
cd appName

create svelte kit

Make sure you select TypeScript

Since svelteCMS uses TypeScript to auto generate routes and routes objects types

create svelte kit

Next, choose your app config

create svelte kit

Or just add svelteCMS to an existing using npx

npx sveltecms-init@latest

Init takes some optionals params

# The connection url to your mongoDB database
--dbUrl=mongodb_url
# Example
npx sveltecms-init@latest --dbUrl=mongodb+srv://someUrl:<password>-@user.mongodb.net/

Step 2: run npx command

npx sveltecms-init@latest
# or pass your mongodb url
npx sveltecms-init@latest --dbUrl=mongodb_url

Update svelteCMS

Simple, just run the same command

npx sveltecms-init@latest
0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

1.0.0-next.2

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago