Git Product home page Git Product logo

tpm's Introduction

TPM - Static Package Manager

TPM是前端打包工具。

安装

npm install tpm -g

使用方法

ytpm [COMMAND]

目录结构

src/		# 源代码
	js/
	css/
	img/
build/		# 打包后代码,未压缩
	js/
	css/
dist/		# 压缩后代码
	js/
	css/
	img/

构建JS

ytpm src/js/g.js
ytpm src/js/page/demo.js
ytpm src/js

构建LESS

ytpm src/css/g.less
ytpm src/css/page/demo.less
ytpm src/css

构建图片

ytpm src/img/demo.png
ytpm src/img

压缩打包后的代码

ytpm min build/js/g.js

指定配置

用config参数指定配置,默认用当前目录下的tpm-config.js

ytpm src/js/g.js --config=my-config.js

整理build、dist目录

删除build、dist里的多余的目录和文件。

ytpm cleanup

配置说明

  • main:JS和CSS入口文件。
  • libjs:全局非AMD文件。
  • globaljs:全局入口文件。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.