christyharagan / markscript-project

Provides an easy to use command line interface for building and deploying MarkScript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkScript Project

Overview

Provides an easy to use command line interface for building and deploying MarkScript projects

Usage

Install:

npm install -g markscript-project

Basic Usage:

For TypeScript projects, create a markscriptfile.ts (for TypeScript projects) or markscriptfile.js (for JavaScript projects) in your project root (see the examples folder for examples of these files).

Then, to build and deploy (or undeploy) the MarkScript project, use the msp command. Just type msp from the command line for help.

About

Provides an easy to use command line interface for building and deploying MarkScript projects

License:MIT License


Languages

Language:JavaScript 100.0%