public-assembly / assemble-package

Boilerplate / monorepo setup intended for npm package development
https://assemble-package.public---assembly.com/
MIT License
15 stars 2 forks source link

Configure workspaces correctly #7

Closed dblodorn closed 2 years ago

dblodorn commented 2 years ago

Working through configuring this as a very minimal monorepo to streamline dependency installation and management between the example directory for testing and the package directory for writing the code intended to be published.

Laying this groundwork will help users get started with a robust development environment out the door.

dblodorn commented 2 years ago

referencing https://github.com/mirror-xyz/degen/tree/main this repo.

Along with the private @zoralabs monorepo.

...Also trying to not overcomplicate things. But establishing this development environment is pretty important imho.

dblodorn commented 2 years ago

@Javier-Szyfer @0xTranqui @salieflewis appreciate any feedback on this point.