10000 GitHub - Kawacrepe/project-policies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Kawacrepe/project-policies

Repository files navigation

project-policies

The main goal of this project is to help people ensure they're codebase followed some rules which can be customized.

Expected functionnalities

  • Quickly setup constituents elem 5F90 ents needed for a project based on custom rules
  • Check package.json attributes
  • Reinforce git hooks ? especially pre-push ?
  • Use tool such as nsecure or others and expose the result ?
  • Check a bunch of project, typically every repository inside a specific github organization ?
  • Help developers to create custom based rules to check differents things in they're codebase

Check package.json attributes

Check package.json attributes, such as:

  • engines
  • husky => prepush
  • author
  • description

Config file

To customize this project, you need to setup a .pspconfig.json file.

There is an example

{
  "package.json": {
    "author": true,
    "engines": true,
    "license": [true, ['MIT']]
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0