create-spl

0.1.6 • Public • Published

Create SPL

GitHub license Node.js Version npm version

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:

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: victor.lamas@udc.es

License

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

Readme

Keywords

Package Sidebar

Install

npm i create-spl

Weekly Downloads

4

Version

0.1.6

License

MIT

Unpacked Size

83.6 kB

Total Files

44

Last publish

Collaborators

  • vlamas