Package Exports
- organize-codebase
- organize-codebase/bin/organize-codebase.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (organize-codebase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Welcome to organize-codebase 👋
Quickly organize your codebase with useful automation tools in development
🏠 Homepage
Description
This Command Line Tool is useful to get up and running with the most common set ups when maintaining a JavaScript project. It handles setup of the following:
prettier
- formatting codeeslint
- finds and fixes problems in your codecommitlint
- for linting commit messagescommitizen
- a cli tool to easily create good commit messageshusky
- enforces good commit messages/code formattingstandard-version
orsemantic-release
- for npm packages
Usage
As simple as running the following command within your project directory:
npx organize-codebase
TODO
- Add commit commands to scripts of
package.json
- Add semantic-release config to
package.json
- Add ability to choose prettier format
- Merge config formats if config format is found in the project
- Add ability to add more ESLint plugins after setting up ESLint
Author
👤 Laurence B. Ininda
- Website: https://laudebugs.me
- Twitter: @lbugasu
- Github: @lbugasu
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2022 Laurence B. Ininda.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator