create-lhagfoss-template
v1.0.1
Published
My personal Next.js starter template.
Readme
create-lhagfoss-template
This is a command-line tool to generate a new Next.js project based on my personal template.
Usage
To create a new project, run:
npx create-lhagfoss-template <project-name>This will create a new directory with the specified name and copy the template files into it.
About the Template
The template is a Next.js project with the following packages pre-installed:
- Next.js for server-side rendering and static site generation.
- React for building user interfaces.
- TypeScript for static typing.
- Tailwind CSS for styling.
- Framer Motion for animations.
- React Icons for icons.
- Axios for making HTTP requests.
- Lenis for smooth scrolling.
Template Dependencies
- axios: ^1.11.0
- framer-motion: ^12.23.12
- lenis: ^1.3.10
- next: 15.5.2
- prettier: ^3.6.2
- react: 19.1.0
- react-dom: 19.1.0
- react-icons: ^5.5.0
Template Dev Dependencies
- @types/node: ^20
- @types/react: ^19
- @types/react-dom: ^19
- @tailwindcss/postcss: ^4
- tailwindcss: ^4
- typescript: ^5
CLI Dependencies
- fs-extra: ^11.2.0
License
This project is licensed under the MIT License.
