Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

mevn-cli

Light speed setup for MEVN(Mongo Express Vue Node) Apps
Collective - Host: opensource - https://opencollective.com/mevn-cli - Website: https://mevn.madlabs.xyz - Code: https://github.com/madlabsinc/mevn-cli

feat: better logs

github.com/madlabsinc/mevn-cli - 563aff45fe1e663590b1e3d551cc5ea4d8dc773d authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: change dbName to userdb

github.com/madlabsinc/mevn-cli - 2b23438ae9275effbeb08cfdb6b9e5f030ea9c88 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: remove semantic bot config

github.com/madlabsinc/mevn-cli - 85899af1bc10d85554a6dcae5df0089f50079a53 authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: api enhancements (#181)

* feat: api model enhancements, error handling

* fix: delete logic fix, return updated respon...

github.com/madlabsinc/mevn-cli - 61a198fab1d2e025a8bc85eaebc06672bda92429 authored over 4 years ago by Dani Vijay <[email protected]>
1.8.0-beta.6

github.com/madlabsinc/mevn-cli - d9a140ef714888ed0927990f0723cf87e7ab34ff authored over 4 years ago by jamesgeorge007 <[email protected]>
test: remove snapshots

github.com/madlabsinc/mevn-cli - 73226dcc45314f3f891d0aa9cd2dee2ca273394b authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: remove warning note and a couple of other tweaks

github.com/madlabsinc/mevn-cli - 061244446eb806c020b362841373bba447a5fe6e authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: --dev flag for add command

github.com/madlabsinc/mevn-cli - c34c14ba775745f9553ea670063572a85c220919 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: eslint

github.com/madlabsinc/mevn-cli - e3702408a6ed6288b98010258768f82281a95031 authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: never overwrite Docker-config files

github.com/madlabsinc/mevn-cli - 02fd17beb76b8eb7bcbf11b61ca0a31fd897498d authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: respect env variables for GraphQL template

github.com/madlabsinc/mevn-cli - b8c9a1856a9591da2bcc2ad81aa95a92c86ec271 authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: setup MongoDB with mevn generate (#178)

* feat: add mongodb connection

* feat(db): change export to commonjs

Co-authored-by: James...

github.com/madlabsinc/mevn-cli - 347fca0502469dde4e08b0817d966c70bc86de50 authored over 4 years ago by Dani Vijay <[email protected]>
chore: update config

update semantic bot config

drop node v10 from ci

github.com/madlabsinc/mevn-cli - 568f2810ed855f57e30c5317b0bc605a319f7c4f authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: leverage multiple issue-template builder

github.com/madlabsinc/mevn-cli - 73d90518b8603e03394a8792cd29c7f1991ac598 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: audit deps

github.com/madlabsinc/mevn-cli - 0ea39cb090f6324c51b5b4bf0734f404991e4432 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: increase test coverage and remove unused code

github.com/madlabsinc/mevn-cli - 6688a3d25a658f01ff302302cf850b9976de6529 authored over 4 years ago by jamesgeorge007 <[email protected]>
test: update test setup

github.com/madlabsinc/mevn-cli - dabd38a98b680f0013ff74db4e661d92763040cb authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: remove redundant await

github.com/madlabsinc/mevn-cli - 0f5c9fbb6fd7173e095d6ebe051e7d3ae2106e39 authored over 4 years ago by jamesgeorge007 <[email protected]>
test: update snapahots

github.com/madlabsinc/mevn-cli - 5b665cd51ae91a9aaff9bdea4818cfa8195ced4e authored over 4 years ago by jamesgeorge007 <[email protected]>
1.8.0-beta.5

github.com/madlabsinc/mevn-cli - 133770882ca7b6973d615a6893f763ccba6e2ed4 authored over 4 years ago by jamesgeorge007 <[email protected]>
fix(dockerize): mounts mongo data dir in compose (#175)

* fix(dockerize): mounts mongo data dir in compose

Adds a volume mount to `/tmp/data` for the...

github.com/madlabsinc/mevn-cli - 399630597c6859e04ed2a422368039c9661ccdfe authored over 4 years ago by Sangeeth Sudheer <[email protected]>
feat(init): adds support for current directory (.) (#174)

* feat(init): adds support for current directory (.)

`mevn init .` will initialize a project ...

github.com/madlabsinc/mevn-cli - e92b1d17d8b9980c4ff225fb17d32d9e9a60bedd authored over 4 years ago by Sangeeth Sudheer <[email protected]>
chore: configure env variables to be consumed within the container

github.com/madlabsinc/mevn-cli - 2b5c831744f602eaa6c3acae744658cc203cc200 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: provision to reload on file change for backend service

github.com/madlabsinc/mevn-cli - eee77de8850c6248b4d579a73fc6c1bae1b2618b authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: regression

github.com/madlabsinc/mevn-cli - 0a49b143380b1abdd14ccb50fe46683664394db9 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: move redundant tasks to helper methods

github.com/madlabsinc/mevn-cli - c7a4d2fba71dd7b5a6f47cbaa0b1d17c62ec72f1 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: do not create docker config files in the scaffolding phase

github.com/madlabsinc/mevn-cli - f3f0f7d8d20f2a3c7c975f14f5a1c3bf8b2f07bf authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: better approach to serve the app within a docker container

github.com/madlabsinc/mevn-cli - c21ceb0e8293a779511e8e1632dfe0bf71e74842 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: get rid of unused config files as part of server side template

github.com/madlabsinc/mevn-cli - 7af47d740d03158a2192520d9852a918573b773c authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: execute linter after generating a new component

github.com/madlabsinc/mevn-cli - 06d3cc43ea2b487a63b602c9a07dc0da828f06dc authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: a better approach

github.com/madlabsinc/mevn-cli - 6ac06306fe60724ceb641917cc0dc72a2d6dc466 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: show up directory of choice prompt for deployment at first

github.com/madlabsinc/mevn-cli - af9b674b3b8685f1ee9ffd392bf75af41456f776 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update success prompts

github.com/madlabsinc/mevn-cli - a2fb592e427efafb75fe61fb4b4f497f0cd5d491 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update basic server template config

github.com/madlabsinc/mevn-cli - e2e34f22bd5ceb6ad3634ba8353b08544425467d authored over 4 years ago by jamesgeorge007 <[email protected]>
test: update snapshots

github.com/madlabsinc/mevn-cli - e6b22568ab9f9eef9c1f060848b36abf429ffcdb authored over 4 years ago by jamesgeorge007 <[email protected]>
1.8.0-beta.0

github.com/madlabsinc/mevn-cli - f9f61347c30c441dd9f13c746db34b5516f4c7f6 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update changelog

github.com/madlabsinc/mevn-cli - 724925107f4e72d622392d63d01ff0bb8d6ccb63 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: configure heroku env variables to hold DB URI for deployment

github.com/madlabsinc/mevn-cli - 4944715c70c2e40757df2b1f81d3bb1c8744b8d4 authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: show up the directory of choice prompt only if server exists

github.com/madlabsinc/mevn-cli - fd2e2bc507b9a33c121fd840269df5a78470e50c authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: provision to deploy the server to Heroku

github.com/madlabsinc/mevn-cli - a46b76e1bcc2689d936c8705308c685122b1ce3b authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: do not show up generate CRUD template option for the second time

github.com/madlabsinc/mevn-cli - be1cab6852942d8d0bcd90671e4a762bc49a6591 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: use object types as variables for mutation

github.com/madlabsinc/mevn-cli - 222758205f1e25da93cc20f0c8bb88f68355b86d authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: update db schema constraints

github.com/madlabsinc/mevn-cli - 886d485780614f45ad0bfbc61bbc355074915529 authored over 4 years ago by jamesgeorge007 <[email protected]>
feat: generate CRUD templates for server directory

github.com/madlabsinc/mevn-cli - 4f9107f9d3666a2b9e61ec168ab6d8ccc523c00a authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: regression with basic server template

github.com/madlabsinc/mevn-cli - d87199fbcef76559526f23470ae6eb16efb0fa7b authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update basic server templates

github.com/madlabsinc/mevn-cli - e5c7ab6fd82f61a94a2b7d6558db7e161108482d authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: initial attempt to modify generate functionality

github.com/madlabsinc/mevn-cli - 59c68c97ed19986ad1e4fad98046ba0a0c309650 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: make server template lightweight

github.com/madlabsinc/mevn-cli - 80d360f74e9faf96aaff3f68496bc9e8559c530e authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: stick to best practices

github.com/madlabsinc/mevn-cli - 0e3557c1ff17d3492c3245fa2c2ece9ebdb07682 authored over 4 years ago by jamesgeorge007 <[email protected]>
test: update snapshots

github.com/madlabsinc/mevn-cli - 68c12727a9296ef6639a288dcc0b5a301434559a authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: support variadic arguments with add command

github.com/madlabsinc/mevn-cli - fb16ef1e6f554c13c9106bd7662cb795717334cb authored over 4 years ago by jamesgeorge007 <[email protected]>
test: update snapshots

github.com/madlabsinc/mevn-cli - a9d5220f8431cfe86957f3a3e1a00380d49e3c69 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: revamped add command and couple of other minor tweaks

closes #171

github.com/madlabsinc/mevn-cli - 88f67199d9cad71199bbf7cdcae2f7ff499492c5 authored over 4 years ago by jamesgeorge007 <[email protected]>
refactor: helper for directory prompt

github.com/madlabsinc/mevn-cli - a916d0d32028c7175f145bfe5b0f3aa238b37e32 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: audit deps

github.com/madlabsinc/mevn-cli - a56d6845d60cd7a176a3160b39a46fdff0588b4a authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update metadata

github.com/madlabsinc/mevn-cli - 8c295e5999da799744d34c6566f704260a481b13 authored over 4 years ago by jamesgeorge007 <[email protected]>
fix: regression with Nuxt.js template while onboarding the PWA module (#173)

* chore: add isPwaConfigured flag to config

* fix: check for isPwaConfigured flag before inje...

github.com/madlabsinc/mevn-cli - ffee9e2bcb1ad344aa60840353f65011db05d31a authored over 4 years ago by Musthaq Ahamad <[email protected]>
chore: add semantic bot config

github.com/madlabsinc/mevn-cli - f7c40758749878215ff06af1bcf54bfde7cb6e01 authored over 4 years ago by jamesgeorge007 <[email protected]>
docs: update instruction

github.com/madlabsinc/mevn-cli - 307c291790e48778385ab28889f1bb1622cd9500 authored over 4 years ago by jamesgeorge007 <[email protected]>
chore: update ci config

github.com/madlabsinc/mevn-cli - 31017cebbf7da8040dc1e344ca021096dfe00a72 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: lint

github.com/madlabsinc/mevn-cli - 2107b04541e9918263b156bfc5af6270b3d33f3b authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: regression

github.com/madlabsinc/mevn-cli - 1e17a489aaa615bee03dcd65995c376d0424391b authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: fix formatting issues and adhere to naming conventions

github.com/madlabsinc/mevn-cli - 7d48457afe447f57b4797a04f5050ef5d9445a51 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: update test snapshots

github.com/madlabsinc/mevn-cli - 33d069e7dc499feb26d9a55d2320a9159f7654dc authored almost 5 years ago by jamesgeorge007 <[email protected]>
1.7.5

github.com/madlabsinc/mevn-cli - 4f111941fd50550c96c252621bd6881dc4aaafcb authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: inherit stdio for serve

github.com/madlabsinc/mevn-cli - 98d7592eda1b7c6d3fd3fb4692edc329fee0807a authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: handle err while serving

github.com/madlabsinc/mevn-cli - c3ca6c6f2fe334ac8c395d58c5e13507621c68d2 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: format code

github.com/madlabsinc/mevn-cli - 2111fc68a672d3a4ec587c0e55be2e417db5c21b authored almost 5 years ago by jamesgeorge007 <[email protected]>
feat: get the user choice before generating new components

github.com/madlabsinc/mevn-cli - 9c084c67987f4ca5d6963e513e66d1d152df4934 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: add vuetify with nuxt

github.com/madlabsinc/mevn-cli - 5c0afbc780cc6e39168f9a9a03999394b6ffd66c authored almost 5 years ago by jamesgeorge007 <[email protected]>
1.7.0

github.com/madlabsinc/mevn-cli - 0879bb1565bb8634c4df458d330198cc34c1b286 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: update test snapshots

github.com/madlabsinc/mevn-cli - 6733fe8d73cdd50a3cfd97e402722d41d764c095 authored almost 5 years ago by jamesgeorge007 <[email protected]>
1.7.0-beta.9

github.com/madlabsinc/mevn-cli - a6133b79441f3cbb499ed0ba473f8fce34873527 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: regression

github.com/madlabsinc/mevn-cli - d70dee4eec0c6adb53d8d96d1c906e9336f929d9 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: update test snapshots

github.com/madlabsinc/mevn-cli - 4cc5e7f4a168ab4d93b3b9ff1e784b1ff81418f8 authored almost 5 years ago by jamesgeorge007 <[email protected]>
1.7.0-beta.5

github.com/madlabsinc/mevn-cli - 97095053cbd42355259d87a5729fa000c03cac41 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: never show up all the options for client only template

github.com/madlabsinc/mevn-cli - a6d78ce3c633eb9ac0d1cfc2cce5135c7fd1acbf authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: regression

github.com/madlabsinc/mevn-cli - bb011b8690815d7aa90f2adabf61e353205ff0c3 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: update test snapshots

github.com/madlabsinc/mevn-cli - 4a7acea022d3ed1d1d8cfca4e360268cc3a88bdc authored almost 5 years ago by jamesgeorge007 <[email protected]>
1.7.0-beta.0

github.com/madlabsinc/mevn-cli - afbf9414cd7ab1afc26e22d512ba51a41842676b authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: show up spinner as required

github.com/madlabsinc/mevn-cli - 08d57218bb210f3dfe85f39fa13a479cf6e45e6d authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: show success message on generating component file

github.com/madlabsinc/mevn-cli - 7ae666894c83ff806fc92b1789692270c99ea77f authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: install required deps prior to install step

github.com/madlabsinc/mevn-cli - fdbce7cb3078b704e1e38bf61de4e63bfad3d1d8 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: regression

github.com/madlabsinc/mevn-cli - 667f58aae90babf2694084f18f460e0204f29ca8 authored almost 5 years ago by jamesgeorge007 <[email protected]>
refactor: appData doesn't return a Promise anymore

github.com/madlabsinc/mevn-cli - c10e46482768bee9f88b9261b3cd89af11fc269a authored almost 5 years ago by jamesgeorge007 <[email protected]>
refactor: prevent appData from returning a Promise

github.com/madlabsinc/mevn-cli - 9a510a02f75e4f62f71cac1acae8a86b0a3a8e17 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: minor tweak

github.com/madlabsinc/mevn-cli - 45a3e375d7e259432f8ac77d8c5e6326a3baeece authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: regressions

github.com/madlabsinc/mevn-cli - 1177c7d1a9c2212494cd49266a9b5f1ad296f164 authored almost 5 years ago by jamesgeorge007 <[email protected]>
fix: stop the spinner beforehand

github.com/madlabsinc/mevn-cli - 46f62f3c9bcda505a0c43c691709a1c015e55d49 authored almost 5 years ago by jamesgeorge007 <[email protected]>
refactor: cleanup

github.com/madlabsinc/mevn-cli - a7c284bd4ff36b9ca20bc9e043bfa03d58cf526e authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: use dotfile for config

github.com/madlabsinc/mevn-cli - a8ce075ff48c2232328cd983d7b869176a4ffcf9 authored almost 5 years ago by jamesgeorge007 <[email protected]>
feat: launch the app once done and other minor tweaks

github.com/madlabsinc/mevn-cli - c2357230d3eef703ddc1673337941cd9761d2025 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: cleanup

github.com/madlabsinc/mevn-cli - c948410e50fa901688648f225e466da0082cda42 authored almost 5 years ago by jamesgeorge007 <[email protected]>
feat: heroku create command implementation

github.com/madlabsinc/mevn-cli - e7195a58f6525e4ec73d8fba2a638f8faa388997 authored almost 5 years ago by jamesgeorge007 <[email protected]>
feat: heroku login command implementation

github.com/madlabsinc/mevn-cli - d407aa6835de3248ba9e7f4fe54ec15ed9c5738c authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: minor tweak

github.com/madlabsinc/mevn-cli - e436b812faf89f512b0c681e0721fe3b763ed3dc authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: bump @babel/core to support spread operator

github.com/madlabsinc/mevn-cli - 59e482841e9a74505d882ff5e7d074e18269c5db authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: initial setup for heroku deployment

github.com/madlabsinc/mevn-cli - 19f4fd1f3d41e2bbe918c5ec2cd06f473732ec4d authored almost 5 years ago by jamesgeorge007 <[email protected]>
refactor: never create a new spinner instance

github.com/madlabsinc/mevn-cli - 9a561966b1901cf9b1c0892e646dd9de2501f444 authored almost 5 years ago by jamesgeorge007 <[email protected]>
chore: have a separate helper for common logic and other tweaks

github.com/madlabsinc/mevn-cli - 90c7bd3586baa8fd983a1fe89fbeafee88236673 authored almost 5 years ago by jamesgeorge007 <[email protected]>