2.2.14 • Published 5 years ago
@nbb.com/npmbuildtools v2.2.14
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
5 years ago
2.2.9
5 years ago
2.2.13
5 years ago
2.2.11
5 years ago
2.2.12
5 years ago
2.2.10
5 years ago
2.2.8
5 years ago
2.2.7
5 years ago
2.2.6
5 years ago
2.2.5
5 years ago
2.2.4
5 years ago
2.2.1
5 years ago
2.2.2
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.2.0
5 years ago
1.1.0
5 years ago
1.4.0
5 years ago
1.3.0
5 years ago
1.0.0
5 years ago