https://github.com/act-org/configs
https://github.com/act-org/configs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/act-org/configs
- Owner: act-org
- License: mit
- Created: 2022-07-18T18:56:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T23:16:41.000Z (about 2 years ago)
- Last Synced: 2025-03-19T09:21:11.297Z (2 months ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
---
id: intro
title: Configuration Suite
sidebar_position: 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](https://act-org.github.io/configs/docs/intro/)
## 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.```bash
npx @actinc/configs add all
```### Local Development
Clone the repository and run.
```bash
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.