win32-api-fork

v3.0.4
FFI definitions of windows win32 api for node-ffi
windows win32 api kernel32 user32 comctl32 ffi

bp:add

git remote add bp https://github.com/waitingsong/npm-base

bp:sync

git fetch bp && git pull --no-edit bp master

build

npm run clean && npm run lint && npm run lint:t && npm run tsc && npm run jslint && npm run rp

clean

rm -rf dist/*

cov

nyc mocha

cov:coveralls

nyc mocha && nyc report --reporter=text-lcov | coveralls

jslint

eslint --fix dist/**/*.js

lint

tslint --fix -p tsconfig.json -t stylish

lint:t

tslint --fix -p test/tsconfig.json -t stylish

prepublishOnly

npm run build

repo:init

git config --local push.followTags true && git config --local core.hooksPath ./.githooks && git config --local remote.origin.prune true && git config --local remote.origin.tagopt "--tags" && git config --local remote.pushdefault origin && echo It may going for a long time. Plese wait... && npm i && ts-node -P .githooks/tsconfig.json .githooks/init.ts

rp

rollup -c rollup.config.js

rp:w

npm run tsc:w | rollup -wc rollup.config.js

test

mocha --opts test/mocha.opts

tsc

tsc -p tsconfig.json

tsc:w

tsc -p tsconfig.json -w

Metadata

  • MIT
  • >=8.10.0
  • waiting
  • released 8/5/2018

Downloads

Maintainers