1.2.3 • Published 6 years ago

jsauto v1.2.3

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

JSAuto

NodeJS Task And Autoconfiguration System

How To Setup JSAuto For Usage
To setup JSAuto for usage you must first have both NodeJS 8+ and NPM 6+
the next step is to install windows-build-tools for build support for packages
finally you can install JSAuto with the command npm install -g jsauto

Setting Up A JSAuto YML Configuration

project:
  name: test
  version: 1.0.0
  description: idk man
  main: main.js
  scripts:
    test: node main.js
  keywords:
    - test
    - idk
  author: Pyxelx
  license: ISC
packages:
  - chalk
  - shelljs
  - express
  - ejs
tasks:
  make-dir:
    - mkdir test

Using JSAuto To Initialize A NodeJS Project
Intializing a project is as easy as jsa <jsauto yml file>

Using JSAuto To Run Configured Tasks
Run tasks with JSAuto by typing jsa -t <task name> <jsauto yml file>

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago