@ineka/create-game
v1.2.1
Published
Scaffolds a new game project with Ineka
Downloads
2
Readme
Create a game project
created by create-create-app.
Scaffolds a new game project with Ineka.
Ineka is a small and customizable game engine made as a passion project to learn more about game and web development.
Find more:
Usage
npx @ineka/create-game <name>
If you have npm 6+ you can also use:
npm init @ineka/game <name>
# Or
npm create @ineka/game <name>
Project commands
Inside you newly created game project you will have access to new npm scripts commands.
dev
Watch your project for changes.
Build your game project and serves it to localhost:1234
.
build
Build your game project for production.
Those commands are provided by Parcel, we recommend looking at the documentation for further uses.
CI/CD Workflows
This project uses GitHub Actions for CI/CD jobs.
We have workflows to:
- Build and test the project on each pull request.
- Build, test and release the project.
Contributing
Any help and contribution is welcome, feel free to submit issues and/or contribute to the project.
Please read through the contributing guidelines for more details.
License
Copyright (c) 2021 Colin Espinas.
Ineka is distributed under the MIT License. See the license for more details.