rogerluan / arkana

Use dotenv files for Android and iOS projects.
BSD 2-Clause "Simplified" License
374 stars 18 forks source link

Support monorepo projects better #8

Closed rogerluan closed 2 years ago

rogerluan commented 2 years ago

Right now if someone has a monorepo project (a repo with multiple projects inside), it could be hard to coordinate when each set of secrets should be generated. Perhaps we should have 1 command to generate secrets for all the projects at once, without overriding each others' results (i.e. by specifying different destination folders)