Skip to content

Commit

Permalink
add Docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyarianto committed Apr 23, 2023
1 parent fb76ae2 commit dcf39a2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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, Ember.js, Express.js, Gatsby, 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
- Trigger create project for AdonisJS, Angular, Astro, Aurelia, Docusaurus, Ember.js, Express.js, Gatsby, 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

## Installation

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"generator",
"framework",
"tooling",
"cli"
"cli",
"scaffolding"
],
"author": "Sony Arianto Kurniawan <sony@sony-ak.com>",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,12 @@ export const projectTypeOptions = [
category: "JS",
label: "",
},
{
value: "docusaurus",
name: "Docusaurus",
hint: "Build optimized websites quickly, focus on your content",
cli: "npx create-docusaurus@latest",
category: "JS",
label: "",
},
];

0 comments on commit dcf39a2

Please sign in to comment.