0.1.13 • Published 4 months ago
@tonk/create-tinyfoot-app v0.1.13
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
- Clone the repository
- Install dependencies:
npm install
- Build the package:
npm run build
- Link for local testing:
npm link
Testing
Run npm test
to execute the test suite.
License
Simplicity and freedom.
MIT © Tonk