svelte3-app

1.0.6 • Public • Published

svelte3-app

Creates a starter svelte application template

How to use

Basic usage: enter in the taget folder and type

npx svelte3-app

Input

  • -n <project name> name of the project (if empty, project will be created in the directory it called from)
  • -s <true|false|0|1> initialize the prject with sapper framework
  • -b <rollup|webpack> bundler to use (rollup is default)

Examples

npx svelte3-app -n svelte-rollup
npx svelte3-app -n svelte-webpack -b webpack
npx svelte3-app -n sapper-rollup -s
npx svelte3-app -n sapper-webpack -b webpack -s

Templates

Readme

Keywords

Package Sidebar

Install

npm i svelte3-app

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

9.88 kB

Total Files

9

Last publish

Collaborators

  • oleksandr_demian