act-org / configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

id title sidebar_position
intro
Configuration Suite
1

ACT, Inc. Configuration Suite

This collection of packages are for organizing the various Node based project tools and configurations as well as a CLI tool for adopting this configuration setup quickly.

See the docs

Getting Started

The easiest way is the run the CLI tool to setup your project. This CLI tool does make changes to your project configuration, so be sure that you are operating on a clean unchanged repository or on a working directory where it doesn't matter.

npx @actinc/configs add all

Local Development

Clone the repository and run.

npm install

This will setup everything required including lerna bootstrap and husky configuration. There are pre-commit and commit-msg hooks to make sure that the suite of tests are run before each check in and the conventional-commits format is followed for all commit messages.

To submit any updates, please issue a pull request.

About

License:MIT License


Languages

Language:JavaScript 66.8%Language:TypeScript 31.9%Language:Shell 0.9%Language:Batchfile 0.4%