pipenet-tools

2.12.1 • Public • Published

🔥 pipenet-tools

Front end packaging tool for ZZHT

npm node tests prs code style: prettier

Get Started

Install

npm i pipenet-tools --save-dev

Configuration

config/config.ts

import { defineConfig } from 'pipenet-tools';

export default defineConfig({
  // entry file named `router.ts`, relative to ./src
  scan: ['router.ts'],
  port: 9000,
  eslint: true,
  log: false,
  typescript: true,
  docker: './docker',
});

Add Scripts

在 package.json中添加script

{
  "scripts": {
    "start": "pipenet-tools start",
    "build": "pipenet-tools build"
  }
}

License

This source code is for internal communication only

Readme

Keywords

none

Package Sidebar

Install

npm i pipenet-tools

Weekly Downloads

126

Version

2.12.1

License

none

Unpacked Size

287 kB

Total Files

151

Last publish

Collaborators

  • remotesc2
  • hopez