Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Aug 10, 2024
1 parent 269ef7a commit dbe3e86
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 8 deletions.
37 changes: 35 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
## Add assert
# Getting Started

You can start using Pixi’VN by initializing a new project.

## Prerequisites

* [Node.js](https://nodejs.org/) version 18 or higher.
* Text Editor with TypeScript support.
* [Visual Studio Code](https://code.visualstudio.com/) is recommended.

## Project Initialization

To initialize a new project, you can use the following command:

```bash
git submodule add <link> '<Neme Folder>'
# npm
npm create pixi-vn@latest

# yarn
yarn create pixi-vn@latest

# pnpm
pnpm create pixi-vn@latest

# bun
bun create pixi-vn@latest
```

The supported template presets are:

* **[Basic Visual Novel - Web page (Vite + React + MUI joy)](https://github.com/DRincs-Productions/pixi-vn-react-template)**
* **[Basic Visual Novel - Multi Device (Vite + React + MUI joy + Electron Forge)](https://github.com/DRincs-Productions/pixi-vn-react-template/tree/electron)**

( More templates will be added in the future, see this [issue](https://github.com/DRincs-Productions/pixi-vn/issues/162) for more information )

After the project is initialized, you can open the project directory with your text editor (VSCode is recommended) and start developing your visual novel.

Into all templates there is a `README.md` file with more information about the project.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "create-pixi-vn",
"version": "0.1.9",
"description": "Create a new Pixi’VN project",
"version": "0.2.0",
"type": "module",
"license": "GPL-3.0",
"author": "DRincs-Productions",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const cwd = process.cwd()
const helpMessage = `\
Usage: create-pixi-vn [OPTION]... [DIRECTORY]
Create a new Pixi'VN project.
Create a new PixiVN project.
With no arguments, start the CLI in interactive mode.
Options:
Expand Down
2 changes: 1 addition & 1 deletion template-react-vite-muijoy
2 changes: 1 addition & 1 deletion template-react-vite-muijoy-multidevice

0 comments on commit dbe3e86

Please sign in to comment.