This module creates and updates crm_core individuals after the users has placed an order. (commerce_order.place.post_transition) Event is used.

If your individual has additional fields, you can extend the mapper service (crm_core_commerce.individual_mapper) and replace the protected functions createNewIndividual() and updateIndividual().