# Enchanter

Enchanter is web (and console) application framework with powerful spells! 🪄

> Clarity is the key.
>
> Study your spells, strive for clarity. <br>
> For clarity is the key towards powerful magic.
>
> -- Anonymous Archimage

## Install

```
npm i -g @xieyuheng/enchanter
```

## Development

```
npm install    // Install dependences
npm run build  // Compile `src/` to `lib/`
npm run watch  // Watch the compilation
npm run test   // Run test
```

## Contributions

> Be polite, do not bring negative emotion to others.

- [TODO.md](TODO.md)
- [STYLE-GUIDE.md](STYLE-GUIDE.md)
- [CODE-OF-CONDUCT.md](CODE-OF-CONDUCT.md)
- When contributing, add yourself to [AUTHORS](AUTHORS)

## License

- [GPLv3](LICENSE)
