0.1.13 • Published 4 months ago

@tonk/create-tinyfoot-app v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

create-tinyfoot-app

Bootstraps your tinyfoot app; tinyfoot apps are local-first personal software built to be maximally interoperable.

Structure of a Tinyfoot application

my-app/
├── src/
│   ├── components/   # Reusable UI components
│   ├── modules/      # Any other functionality
│   ├── stores/       # State management
│   ├── views/        # Page components
│   ├── App.tsx       # Root component
│   └── index.tsx     # Entry point
├── public/           # Static assets
└── package.json      # Project configuration

Usage

The CLI requires:

  • Node.js >= 18
npx @tonk/create-tinyfoot-app my-app

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the package: npm run build
  4. Link for local testing: npm link

Testing

Run npm test to execute the test suite.

License

Simplicity and freedom.

MIT © Tonk

0.1.10

4 months ago

0.1.11

4 months ago

0.1.12

4 months ago

0.1.13

4 months ago

0.1.8

4 months ago

0.1.7

4 months ago

0.1.9

4 months ago

0.1.6

4 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago