create-sveltepress-app

2.0.2 • Public • Published

SveltePress branding

create-sveltepress-app

Documentation for humans.


Code Of Conduct UNLICENSE

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

Package Sidebar

Install

npm i create-sveltepress-app

Weekly Downloads

1

Version

2.0.2

License

Unlicense

Unpacked Size

7.29 kB

Total Files

4

Last publish

Collaborators

  • geopjr