Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 524 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 524 Bytes

A simple CLI for scaffolding FPTU.tech projects.

Docker

$ docker build -t fptu-mark .
$ docker run -it fptu-mark

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install -g fptu-mark

Usage

$ fptu-mark <path-to-yml-file>

Example:

$ fptu-mark ./data.yml

Data

Sample data.yml file:

email: tuhmse62531@fpt.edu.vn
password: password
id: SE12345
season: Spring2019

Demo

Demo