An open API service indexing awesome lists of open source software.

https://github.com/yanhao-li/create-twill-app

Create a new Twill app in one line
https://github.com/yanhao-li/create-twill-app

cms laravel twill

Last synced: 6 months ago
JSON representation

Create a new Twill app in one line

Awesome Lists containing this project

README

          

# create-twill-app

Create [Twill](https://twill.io/) application using one command.

## Usage

Make sure to place composer's system-wide vendor bin directory in your $PATH

```sh
composer global require yanhaoli/create-twill-app:"1.0.*"
create-twill-app new blog
```

once server started, use http://localhost:8000/admin to access Twill's admin UI.

## Contributing

If something doesn’t work, please [file an issue](https://github.com/yanhao-li/create-twill-app/issues/new).