0.1.6 • Published 2 years ago

patootie v0.1.6

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

Patootie

This is an experiment to explore what productivity gains might come from using a Sveltekit-like system to build Chrome extensions. It's currently basic functionality propped onto Svelte-kit just get it building something.

Usage

Install

npm install patootie

Folder structure

The framework expects a Sveltekit-like folder structure.

.
├── package.json
├── src
│   ├── apps
│   │   ├── options
│   │   │   ├── lib
│   │   │   │   └── components
│   │   │   │       ├── button.svelte
│   │   │   │       └── input.svelte
│   │   │   ├── routes
│   │   │   │   ├── route2.svelte
│   │   │   │   ├── index.svelte
│   │   │   │   └── __layout.svelte
│   │   │   └── static
│   │   │       └── random.jpeg
│   │   ├── other-app
│   │   │   ├── lib
│   │   │   │   └── components
│   │   │   │       ├── other-app-component.svelte
│   │   │   │       └── cool.svelte
│   │   │   └── routes
│   │   │       ├── rainbow.svelte
│   │   │       ├── index.svelte
│   │   │       └── __layout.svelte
│   │   └── template.html
│   └── scripts
│   │   └── content
│          └── index.js
└── svelte.config.js

CLI

patootie build
0.1.6

2 years ago

0.1.5

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.1-rc.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.2-rc.0

3 years ago

0.0.1

3 years ago