1.0.1 • Published 3 years ago

@appruut/sun v1.0.1

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

'Contents'

Appveyor

Add appveyor.yml file

Circleci

Add .circleci/config.yml file

Contributor's List

Creates .github/CONTRIBUTING.md file

Editor Config File

Add .editorconfig file

Application Linting with eslint

Add .eslintrc.json & .eslintignore files. Installs eslint and @appruut/eslint-plugin npm packages.

GitHub templates

Add Github related templates

GitHub Actions

Add .github/workflows/test.yml file

Application git check .gitignore

Add .gitignore file. Defaults to the Node.js .gitignore recommendations

GitHub Labels

Add a script to sync labels with Github

Application Licensing

Add LICENSE.md file. Defaults to MIT

Package release management

Add np for npm package release management. Create .npmrc

Package.json

Add package.jsonfile and configures/installs dependencies

Package security

Add "publishConfig" to package.json depending on the type of organization you are in. Defaults to "public".

Prettier config

Add prettier files .prettierignoreand .prettierrc to the project

Probots

Configure certain probot applications

Readme file

Add README.md

TOC

Generate TOC for readme.md file

Validate Commits

Enforce commit message convention