Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polettix/skfold-module-mojo
Module for skfold to generate Mojolicious applications
https://github.com/polettix/skfold-module-mojo
Last synced: 27 days ago
JSON representation
Module for skfold to generate Mojolicious applications
- Host: GitHub
- URL: https://github.com/polettix/skfold-module-mojo
- Owner: polettix
- License: apache-2.0
- Created: 2022-06-19T18:29:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T17:43:24.000Z (5 months ago)
- Last Synced: 2024-10-27T12:32:55.975Z (3 months ago)
- Language: Perl
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate [Mojolicious][] applications through [skfold][].
# INSTALLATION
This should be all that's needed:
```
mkdir -p ~/.skfold/modules
cd ~/.skfold/modules
git clone https://github.com/polettix/skfold-module-mojo.git mojo
```Using the Docker image might require that some additional mounting is done to
see the directory inside the container.# COPYRIGHT & LICENSE
The contents of this repository are licensed according to the Apache
License 2.0 (see file `LICENSE` in the project's root directory):> Copyright 2022 by Flavio Poletti
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.
>
> Dedicated to the loving memory of my mother.[Mojolicious]: https://metacpan.org/pod/Mojolicious
[skfold]: https://github.com/polettix/skfold