2.0.2 • Published 2 years ago

create-sveltepress-app v2.0.2

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

What is create-sveltepress-app?

create-sveltepress-app is a wrapper around degit for easier installation of SveltePress. It also has some adders, check them out on the help page!

Usage

# Replace `my-sveltepress-project` with the name you desire
npx create-sveltepress-app create my-sveltepress-project

# Change directory to the folder from the previous step
cd my-sveltepress-project

# Install dependencies
# PNPM is recommended but both YARN and NPM will do
pnpm install
# All available commands
npx create-sveltepress-app -h

For more info on how SveltePress works, how to set it up & more, visit https://sveltepress.geopjr.dev/

Contributing

  1. Read the Code of Conduct
  2. Fork it ( https://github.com/GeopJr/SveltePress/fork )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request
2.0.2

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago