Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

CLI generate frontend template

Awesome Lists containing this project

README

        



logo


A script to create a template for front-end projects.


NPM Version
NPM Downloads
Minizip
Contributors
License

## 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, Reactjs, Typescript
|- Microbundle, Reactjs, Typescript
|- Microbundle, Typescript
|- Tsup, typescript
|- unbuild, typescript
|- Rollup, Svelte, Typescript
|- Tsup, Svelte, 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)