create-spl
v0.1.6
Published
Create SPLs with no build configuration.
Downloads
7
Readme
Create SPL
Description
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.
Pre-requisites
- Have installed in your machine:
- Node.js >= 20.0.0
Usage
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
Templates
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.
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Author
Victor Lamas Email: [email protected]
License
This project is licensed under the MIT License - see the LICENSE.md file for details