@synple.dev/rock
v1.2.0
Published
Readme
Rock
Rock is seen as the functional cornerstone and foundation of the whole Synple libraries architecture. As such, it does not have a lot of dependencies, and just uses the functional tools offered by the Funk library. It offers function to create entities in our business world, and check for their validity (does it respect the rules of the world, the equivalent of our laws of physics if you will).
How to use
bun installTo build the application:
bun buildTo publish the application:
bun publish --access public