Skip to content

Commit

Permalink
add Analog framework
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyarianto committed May 1, 2023
1 parent 43911aa commit f22c791
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Every web framework has their own cli to create project. Jogja will trigger the

## Features

- Trigger create project for AdonisJS, Angular, Astro, Aurelia, Docusaurus, Ember.js, Express.js, Gatsby, Gridsome, Hexo, Inferno, NestJS, Next.js, Nuxt.js, Nx, Preact, Qwik, React (creact-react-app/CRA), React Redux, Remix, Sails, SolidJS, SolidStart, SvelteKit, Vite, VitePress, Vue.js, VuePress
- Trigger create project for AdonisJS, Analog, Angular, Astro, Aurelia, Docusaurus, Ember.js, Express.js, Gatsby, Gridsome, Hexo, Inferno, NestJS, Next.js, Nuxt.js, Nx, Preact, Qwik, React (creact-react-app/CRA), React Redux, Remix, Sails, SolidJS, SolidStart, SvelteKit, Vite, VitePress, Vue.js, VuePress

## Installation

Expand Down
8 changes: 8 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,12 @@ export const projectTypeOptions = [
category: "JS",
label: "",
},
{
value: "analogjs",
name: "Analog",
hint: "The fullstack Angular meta-framework",
cli: "npm create analog@latest",
category: "JS",
label: "",
},
];

0 comments on commit f22c791

Please sign in to comment.