create-oresume-app
v0.3.0
Published
Templates to get started quickly with @osaedasia/oresume.
Readme
oresume-template
A collection of quick-start templates for @osaedasia/oresume to help you kickstart your oresume projects faster.
You can create a new project by running:
npx create-oresume-app@latest [project-name] [options]Overview
This project provides various templates to get started quickly with @osaedasia/oresume. Whether you're creating a new oresume from scratch or want to explore different layouts, these templates offer a solid foundation for your projects.
Options
Usage: create-oresume-app [project-name] [options]
Options:
-T, --template
Specifies the desired template for the projet. By default it's 'default'.
Availabe templates:
- default
- extensionTemplates
Default Template
You can create a new project with the default template by running:
npx create-oresume-app@latest [project-name]The default template provides a basic project structure with essential configurations to help you get started immediately. It includes:
- Basic structure
- Minimal styling setup
- Ready-to-use configuration
Extension Template
You can create a new project with the default template by running:
npx create-oresume-app@latest [project-name] --template extensionThe extension template provides a basic project structure with essential configurations to help you get started immediately in the development of your Chrome extension. It includes:
- Basic structure
- Minimal styling setup
- Ready-to-use configuration
