Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.8 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.8 KB

Hashflag Developer Kit

The Hashflag Developer Kit is a comprehensive toolkit designed specifically for veteran developers to streamline and enhance their development processes. This CLI tool facilitates various tasks including environment checks, project initialization, and more, providing a robust framework for managing development workflows efficiently.

Features

  • Environment Check: Quickly verify if your local development setup meets the required versions of Node.js and npm.
  • Easy Setup: Streamline the setup of new projects with custom templates and configurations.
  • Developer Tools: Integrates common tools like ESLint and Prettier for linting and formatting to ensure code quality.

Installation

To install the Hashflag Developer Kit, you need to have Node.js and npm installed on your computer. Once Node.js is set up, install the package globally using npm:

npm install -g hashflag-developer-kit

Usage

After installation, the Hashflag Developer Kit can be accessed through the command line using the hashflag command.

Commands

  • Check Environment: To check if your development environment meets the necessary criteria:

    hashflag check-env
  • Initialize Project: To start a new project with default settings:

    hashflag init <project-name>

Replace <project-name> with the name of your new project.

Contributing

Contributions to the Hashflag Developer Kit are welcome! Please refer to the contributing guidelines for more details on how to submit pull requests, report bugs, or suggest new features.

License

This project is licensed under the ISC License - see the LICENSE file for details.

Author

  • Jerome Hardaway

Feel free to reach out with any questions, suggestions, or to contribute to further development.