The Create SPL App is a versatile comand line designed to simplify the process of creating a new SPL application. This library provides a flexible strategy to facilitate the creation of a new SPL application with a predefined structure.
- Have installed in your machine:
- Node.js >= 20.0.0
Execute the following command via npm:
Usage: npm create spl [OPTION]... [DIRECTORY]
Options:
-
-h, --help
Show this help message and exit. -
-t, --template NAME
use a specific template
The structure of the templates for the scaffolding of the SPL applications is as follows:
template-<derivation-engine-name>
├── template-base
├── template-<template-name1>
└── template-<template-name2>
A derivation engine template always has a template-base
folder, which contains the basic structure of the SPL application. The other templates are the specific templates for the different types of SPL applications that can be created for that derivation engine.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Victor Lamas Email: victor.lamas@udc.es
This project is licensed under the MIT License - see the LICENSE.md file for details