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

https://github.com/lbdudc/create-spl-module

We provide a flexible strategy to facilitate the creation of a new SPL Module with a predefined structure
https://github.com/lbdudc/create-spl-module

lines product software

Last synced: 4 months ago
JSON representation

We provide a flexible strategy to facilitate the creation of a new SPL Module with a predefined structure

Awesome Lists containing this project

README

          

# Create SPL Module

![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
![Node.js Version](https://img.shields.io/badge/node-%3E%3D%2020.0.0-brightgreen.svg)
[![npm version](https://badge.fury.io/js/create-spl-module.svg)](https://badge.fury.io/js/create-spl)

## Description

The **Create SPL Module App** is a versatile comand line designed to simplify the process of creating a new SPL Module, this way, we provide a flexible strategy to facilitate the creation of a new SPL Module with a predefined structure.

## Pre-requisites

- Have installed in your machine:
- [Node.js](https://nodejs.org/en/download/) >= 20.0.0

## Usage

Execute the following command via npm:

Usage: `npm create spl-module [OPTION]... [DIRECTORY]`

Options:

- `-h, --help` Show this help message and exit.
- `-t, --template NAME` use a specific template

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests.

## Author

Victor Lamas
Email:

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details