# Sosise
Sosise is a web application boilerplate/framework with an expressive, elegant syntax. A Sosise provides a structure and starting point for creating your application, allowing you to focus on creating something amazing while we sweat the details.

## Documentation
Documentation is available at https://sosise.github.io/sosise-docs

## Inspiration
Sosise is inspired by Laravel

## Installation
Install `sosise-cli` via `npm` or `yarn` globally.

```sh
npm i sosise-cli -g
```

## Usage
Use `new` to generate your project.

```sh
sosise new <name>
```

## License
[MIT](LICENSE.md)
