This package has been deprecated

Author message:

This package is no longer being maintained

jsauto

1.2.3 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i jsauto

Weekly Downloads

0

Version

1.2.3

License

ISC

Unpacked Size

6.5 kB

Total Files

3

Last publish

Collaborators

  • pyxelx