Skip to content

nordic-game-lab/ngl-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ngl-setup

A simple CLI tool that reads a configuration file and executes commands specified within it.

Features

  • Reads commands from a user-defined config file JS.
  • Executes commands in sequence.

Installation

npm install -g ngl-setup

Usage

ngl-setup init

Config File Format

Example (.ngl/setup.config.cjs):

module.exports = {
  startup:  [
    "npm i",
    "npm run build",
    "npx ngl-setup run startup"
  ]
};

Options

Option Description
--help, -h Show help message
--version, -v Show version number

License

This project is licensed under the Mozilla Public License version 2.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •