JSPM

create-karton-app

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q42475F
  • License MIT

Create KartonJS Application in one command.

Package Exports

  • create-karton-app
  • create-karton-app/create-karton-app.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-karton-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-karton-app

Scaffold a new KartonJS app with a single command.


What is this?

create-karton-app is a CLI tool that quickly generates a minimal starter project for KartonJS, a lightweight web component framework.

It creates a ready-to-run project with the essential files and dependencies so you can jump straight into developing your KartonJS app.


Installation & Usage

You can run it directly with npx, no global install required:

npx create-karton-app my-app

This will:

Create a new folder my-app

Scaffold a KartonJS hello world app inside

Install dependencies (kartonjs, uhtml, vite, etc.)

Provide you with scripts to start and build your app

Manual usage

If you have the repository cloned or the script locally, run:

node create-karton-app.js my-app

Make sure to replace my-app with your desired project name. After creation


cd my-app
npm start

Open http://localhost:3000 in your browser to see your KartonJS app running! Requirements

Node.js v14+ (for ESM and fs/promises support)

npm

License

MIT © Your Name


Contributing

Feel free to submit issues and pull requests to improve this scaffolding tool!


Contact

For KartonJS-related questions, visit [your project repo URL].


Just let me know if you want it as a file or need anything else!

create-karton-app