# Luna-manager
Repository for luna-manager npm package

Luna is a simple 2D game engine, check it out here: https://github.com/XyronLabs/Luna

## Usage
```javascript
const LunaManager = require('luna-manager').LunaManager;

LunaManager.newProject(); // To create a new Luna project
```