@zxnode/build
TypeScript icon, indicating that this package has built-in type declarations

0.0.38 • Public • Published

ZXBuild (ZXTeam's Build Tool)

The tool is a helper to automate build of TypeScrpt-based projects. Main reason of the tool is to keep same structure of all our projects.

Use cases

# Crean workspace
$ zxbuild clean

# Compile
$ zxbuild compile

# Make distributive
$ zxbuild dist

Project structure

Library

├─ my-library
│  ├─ .vscode
│  ├─ src
│  └─ test

Service

├─ my-service
│  ├─ .vscode
│  ├─ src
│  └─ test

Application

├─ my-application
│  ├─ .vscode
│  ├─ src.common
│  ├─ src.client
│  ├─ src.host
│  └─ test

Readme

Keywords

Package Sidebar

Install

npm i @zxnode/build

Weekly Downloads

2

Version

0.0.38

License

MIT

Unpacked Size

39 kB

Total Files

13

Last publish

Collaborators

  • maxim.anurin