Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/delete CRUD cli module in server and database directories #790

Open
wants to merge 104 commits into
base: master
Choose a base branch
from

Conversation

Werter12
Copy link
Contributor

@Werter12 Werter12 commented Jul 26, 2018

This PR provide functionality to generate CRUD module in server directory and generate database seed and migration after running "addcrud" command. Also, allows to delete created module on server after running "deletemodule" and delete migrations and seeds if optional flag "-m" is specified.

@Werter12 Werter12 changed the title Add/delete CRUD cli module in server and database directory Add/delete CRUD cli module in server and database directories Jul 26, 2018
@Werter12 Werter12 changed the title Add/delete CRUD cli module in server and database directories [WIP] Add/delete CRUD cli module in server and database directories Jul 26, 2018
@lyzhovnik lyzhovnik mentioned this pull request Sep 10, 2018
@evgenijolshanskij evgenijolshanskij changed the title [WIP] Add/delete CRUD cli module in server and database directories Add/delete CRUD cli module in server and database directories Jan 16, 2019
# Conflicts:
#	modules/database/server-ts/sql/crud.js
#	modules/look/client-react/ui-antd/components/PageLayout.jsx
#	modules/look/client-react/ui-antd/components/index.js
#	modules/look/client-react/ui-bootstrap/components/index.js
#	modules/look/client-react/ui-bootstrap/styles/styles.scss
#	packages/client/typings/typings.d.ts
#	packages/common/utils.ts
#	packages/server/package.json
#	tools/cli.js
#	tools/cli/CommandInvoker.js
#	tools/cli/commands/deleteModule.js
#	tools/cli/config.js
#	tools/cli/helpers/util.js
#	yarn.lock
@larixer larixer force-pushed the master branch 2 times, most recently from c3c8529 to b3513ed Compare June 17, 2019 12:23
# Conflicts:
#	modules/core/common/log.ts
#	modules/core/server-ts/api/rootSchema.graphql
#	modules/database/server-ts/sql/helpers.js
#	packages/client/package.json
#	tools/cli.js
#	tools/cli/CommandInvoker.js
#	tools/cli/config.js
#	tools/cli/helpers/util.js
#	tools/templates/module/client-react/index.native.tsx
#	yarn.lock
# Conflicts:
#	modules/core/server-ts/api/rootSchema.graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants