2.2.14 • Published 4 years ago

@nbb.com/npmbuildtools v2.2.14

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

npmbuildtools

:Author: Thorben Wolkersdorfer :Email: thorbenw@nbb.com :AuthorUrl: https://www.notebooksbilliger.de/ :Date: 2020-03-05 :Revision: 1.0.0 :License: MIT

  • Version {revision}
  • Licensed under the {license} license.

Tools for use with npm package management.

Usage

Specify the tools in the scripts section of the package.json package file, like so:

source,json

"name": "myPackage",
"version": "1.0.0",
"description": "Example package",
"main": "index.js",
"scripts": {
  "postpack": "node -e \"require('buildtools').PostPack([ [ './node_modules/@nbb.com/buildtools/lib/clean-package-elements', 'scripts.postpack', 'directories.test' ] ])\"",
  "postinstall": "node ./node_modules/@nbb.com/buildtools/lib/check-global-deps npm typescript"
},
"directories": {
    "test": "./test"
}

}

ToDos

Improve README

2.2.14

4 years ago

2.2.9

4 years ago

2.2.13

4 years ago

2.2.11

4 years ago

2.2.12

4 years ago

2.2.10

4 years ago

2.2.8

4 years ago

2.2.7

4 years ago

2.2.6

4 years ago

2.2.5

4 years ago

2.2.4

4 years ago

2.2.1

4 years ago

2.2.2

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.0.0

4 years ago