is-unix

v2.0.10
Determines if a platform is UNIX-like.

clean

rm -rf node_modules

contributors

(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true

coverage

nyc report --reporter=text-lcov | coveralls

lint

standard-markdown README.md && standard

postrelease

npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)

prerelease

npm run update:check && npm run contributors

pretest

npm run lint

release

standard-version -a

release:github

conventional-github-releaser -p angular

release:tags

git push --follow-tags origin HEAD:master

test

c8 ava

update

ncu -u

update:check

ncu -- --error-level 2
npm i is-unix

Metadata

  • MIT
  • >= 12
  • Kiko Beats
  • released 10/24/2023

Downloads

Maintainers