Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunghg255/create-template-fe
CLI generate frontend template
https://github.com/hunghg255/create-template-fe
blog cli docusaurus docusaurus2 frontend javascript jotai nextjs npm reactjs recoil rollup svelte template tsc tsup typescript unbuild vitejs
Last synced: about 19 hours ago
JSON representation
CLI generate frontend template
- Host: GitHub
- URL: https://github.com/hunghg255/create-template-fe
- Owner: hunghg255
- License: mit
- Created: 2023-02-01T07:53:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T04:33:53.000Z (7 months ago)
- Last Synced: 2024-04-26T04:37:51.877Z (6 months ago)
- Topics: blog, cli, docusaurus, docusaurus2, frontend, javascript, jotai, nextjs, npm, reactjs, recoil, rollup, svelte, template, tsc, tsup, typescript, unbuild, vitejs
- Language: TypeScript
- Homepage:
- Size: 1.24 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A script to create a template for front-end projects.## Get started
```bash
# npx
npx create-template-fe@latest# pnpx
pnpx create-template-fe@latest# bunx
bunx create-template-fe@latest
```## Templates
```md
- Vanillajs
|- HTML, CSS, JS
|- HTML, CSS, JS, Webpack- Vitejs
|- Vitejs, React18, Typescript
|- Vitejs, React18, Typescript, SWC
|- Vitejs, Antd, Recoil, i18n, Typescript- Rsbuild
|- Rsbuild, Antd, Recoil, i18n, Typescript- Nextjs
|- Next12, Antd, Recoil, i18n, Typescript
|- Next13, Antd, Jotai, i18n, Typescript (Page Router)
|- Next13, Tailwindcss, Jotai, i18n, Typescript (Page Router)
|- Next13 (App Router)- Svelte
|- Sveltekit, Tailwindcss, Typescript- Template create a package
|- Rollup, React, Typescript
|- Microbundle, React, Typescript
|- Microbundle, Typescript
|- Tsup, typescript
|- unbuild, typescript
|- Rollup, Svelte, Typescript
|- Tsup, Svelte, Typescript
|- Bunchee, typescript
|- Bunchee, React, typescript
|- Rslib, typescript- Template create a blog
|- Docusaurus, Typescript, Embeded Expo (React native), Stackblitz- Template create a github action
|- Actions Core, Typescript
```## Demo
![Token manager](./assets/demo.png)