The Anproj file format uses the ZIP format. And so, you can create it anywhere with the environment to create ZIP file.
ZIP Archiver#
This way uses a ZIP Archiver.
- Create necessary files such as
package.json
, main.anov
and others..
├── img/pictures
├── story
│ └── main.anov
└── package.json
- Archive whole of files to ZIP. (IMPORTANT: Instead of compressing the root file, select all at the root location and compress)
- Change the file name from
**.zip
to **.anproj
.
Alice Console#
This way uses the pack
command in Alice Console.
- Create necessary files such as
package.json
, main.anov
and others with init
command. - A directory called
AnprojTemplate
will be created, so run the pack
command against this directory.aliceconsole pack <directory>
# Example: aliceconsole pack ./AnprojTemplate/
- Created the
AnprojTemplate.anproj
file.
Then, the Anproj file was created. You can open it in Alice Novel.