Free Online README Generator
Generate tailored, Markdown-formatted README files quickly and easily.
simply-made-readme is a lightweight Svelte application that allows users to create README files using friendly, interactive templates. Built using JavaScript, TypeScript, and Svelte, it emphasizes simplicity, customizability, and ease of deployment.
Try it out here:
š Live Demo
git clone https://github.com/rabiibouhestine/simply-made-readme.git
cd simply-made-readme
npm install
npm run dev
Open http://localhost:5173 in your browser.
npm run build
Serve the production build locally:
npm run preview
npm run lint
eslintrc.cjs
ā ESLint config .prettierrc
/ .prettierignore
ā Prettier setup tsconfig.json
ā TypeScript config playwright.config.ts
ā E2E testing setup netlify.toml
ā Netlify deploymentRun tests locally:
npm run test
For production build tests:
npm run test:build
This project uses Playwright for end-to-end testing.
Deployed on Netlify.
npm run build
dist
Connect your GitHub repo to Netlify for automatic deployments on push.
Contributions are welcome!
git checkout -b feature/my-feature
) git commit -m "Add feature"
) git push origin feature/my-feature
) Issues and feature requests are also appreciated.
This project is licensed under the MIT License.
See LICENSE for details.