techpacket-build-tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

How to use

Codacy Badge Greenkeeper badge

Installing

npm install techpacket-build-tools --save

Configuration

  1. Create .techpacketrc.js config. As example:
     module.exports = {
    
         // HTML OPTIONS
    
         html: {
             templatePath: './packages/client/src',
         },
    
         // OPTIONS
    
         publicPath: './packages/client',
         outDir: './packages/client/dist',
         entry: './packages/client/src/app.js',
    
         // PLUGINS
    
         plugins: [require('techpacket-build-tools/packages/plugin-typescript')()],
    
     };
  2. To start a project in a development environment, use the command:
     techpacket-build-tools --config .techpacketrc.js
  3. To build a project in the product environment, use the command:
    techpacket-build-tools build --config .techpacketrc.js
  4. To start an watcher without to start the server, use the command:
    techpacket-build-tools watch --config .techpacketrc.js

Readme

Keywords

none

Package Sidebar

Install

npm i techpacket-build-tools

Weekly Downloads

1

Version

1.0.17

License

MIT

Unpacked Size

37.7 kB

Total Files

29

Last publish

Collaborators

  • v.butikov