Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 432 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 432 Bytes

Installation

  1. Add the ezproj directory to path
  2. Run ezproj from the command line

Supported frameworks

Angular
React
Svelte

Use

ezproj [project type] [project name]

Examples

ezproj svelte exampleSvelteProject
ezproj s exampleSvelteProject
ezproj angular exampleAngularProject
ezproj r exampleReactProject

Requirements

Python 3.10.0 (minimum)
Npm (for: react, svelte)
Angular CLI (for: angular)