A construct driven approach to project and repository management.
Table of Contents
PDKit, or the Project Development Kit, is a new way of managing your projects using code. Based on the idea of constructs, PDKit allows you to manage single or monorepos through code.
This project is still in early alpha and not yet available via typical distribution methods (ie. npm). My intention is to first fully support the needs of this project prior to general availability.
The PDKit project has several key goals it intends to keep:
- Highly Configurable
- Highly Extendable
- Concentrate on the NodeJS ecosystem, but build with compatibility for more in mind
- Community Driven
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
** This is ALPHA software, use at your own risk! **
- Install PDKit packages
npm install @pdkit/cli
We eat our own dogfood, check out our .pdkitrc for an idea on how to get started. We use Typescript to help ensure optimum IDE support.
** This is ALPHA software, use at your own risk! **
Additional documentation is available at ./docs.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
See also: Contributing Guidelines
Distributed under the Apache 2.0 License. See LICENSE for more information.
Justin McCormick - @justinm - [email protected]
Project Link: https://github.com/justinm/pdkit
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!