@ineka/create-game

1.2.1 • Public • Published

Create a game project

created by create-create-app.

npm GitHub Workflow Status Release GitHub GitHub issues GitHub pull requests

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:

Ineka Repository Ineka Documentation

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @ineka/create-game

Weekly Downloads

0

Version

1.2.1

License

MIT

Unpacked Size

282 kB

Total Files

45

Last publish

Collaborators

  • colin-espinas