This package is abandoned and no longer maintained. No replacement package was suggested.

Skeleton application for Neo Framework projects.

0.0.1 2018-08-13 19:41 UTC

This package is auto-updated.

Last update: 2022-01-18 22:37:24 UTC


README

Skeleton application for Neo Framework projects. 🎋

Getting Started

Let's begin our journey by creating a new project using Composer.

composer create-project neo-framework/neo AwesomeBlog

This magic command will create a directory called AwesomeBlog, then proceed to fetch all necessary packages and give you a ready to deploy skeleton application that displays a hello world page.

You can test it right away using Caddy by running

caddy

inside the AwesomeBlog directory and visiting http://localhost:4000 in your favorite browser.

Documentation

Here you go.

Dev

  • Clone and install everything.
echo 'git clone git@github.com:neo-framework/neo'{,-core,-plugins,-framework.github.io}';' '(cd neo'{,-core,-plugins}'&&composer install);' | bash
  • Run test suite inside repository.
composer test

License

Neo Framework is open-sourced software licensed under the MIT license.