Installations
npm install @tira/tira-graphql-sequelize
Releases
Unable to fetch releases
Developer
xbdtb
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
No
Node Version
8.9.1
NPM Version
6.4.0
Statistics
84 Commits
1 Watching
1 Branches
1 Contributors
Updated on 14 Feb 2019
Languages
TypeScript (48.86%)
HTML (32.52%)
JavaScript (10.1%)
Groovy (5.75%)
CSS (1.4%)
Dockerfile (1.37%)
Total Downloads
Cumulative downloads
Total Downloads
2,694
Last day
0%
1
Compared to previous day
Last week
0%
3
Compared to previous week
Last month
-17.6%
14
Compared to previous month
Last year
-51.6%
196
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
1
Getting Started
1.install
npm i -g lerna
npm i -g @tira/tira-cli
2.make a workspace
mkdir workspace && cd workspace
tira init -t workspace
3.make sub project package directory and generate some projects
mkdir packages && cd packages
mkdir frontend && cd frontend
tira init -t frontend-server
cd ..
mkdir backend && cd backend
tira init -t graphql-server
4.goto the root directory of the workspace and bootstrap the workspace
cd ../../
npm run bootstrap
this will install all dependencies of all project into the root node_modules of the workspace
5.start the projects in the root directory of each project
npm start
6.now you can start coding the client side with hot reloading and server side source file with auto restarting the node process
7.watching typescript file of all projects and you can run the server side code in debug mode
npm run watch-tsc
Features
1.ES6、Typescript support
2.graphql support based on apollo
3.support graphql gateway and make it possible to develop large micro service projects
4.simple way to convert sequelize models and relations to graphql types
5.linting with js/jsx/ts/tsx/json/css/less/scss/|yaml/yml/md files and graphql query statements based on prettier/eslint/tslint
6.multi project support based on lerna
7.well-designed project generating and updating template
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: containerImage not pinned by hash: packages/tira-project-template/templates/frontend-server/Dockerfile:1: pin your Docker image by updating node:8.11.4-alpine to node:8.11.4-alpine@sha256:1c38d992f89ae389450bc69799a0f2b7d1f9f2e6c445080a4648448e6449e8e4
- Warn: containerImage not pinned by hash: packages/tira-project-template/templates/graphql-gateway/Dockerfile:1: pin your Docker image by updating node:8.11.4-alpine to node:8.11.4-alpine@sha256:1c38d992f89ae389450bc69799a0f2b7d1f9f2e6c445080a4648448e6449e8e4
- Warn: containerImage not pinned by hash: packages/tira-project-template/templates/graphql-server/Dockerfile:1: pin your Docker image by updating node:8.11.4-alpine to node:8.11.4-alpine@sha256:1c38d992f89ae389450bc69799a0f2b7d1f9f2e6c445080a4648448e6449e8e4
- Warn: containerImage not pinned by hash: packages/tira-project-template/templates/server/Dockerfile:1: pin your Docker image by updating node:8.11.4-alpine to node:8.11.4-alpine@sha256:1c38d992f89ae389450bc69799a0f2b7d1f9f2e6c445080a4648448e6449e8e4
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/frontend-server/Dockerfile:5
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/frontend-server/Dockerfile:16
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/graphql-gateway/Dockerfile:5
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/graphql-gateway/Dockerfile:16
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/graphql-server/Dockerfile:5
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/graphql-server/Dockerfile:16
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/server/Dockerfile:5
- Warn: npmCommand not pinned by hash: packages/tira-project-template/templates/server/Dockerfile:16
- Info: 0 out of 4 containerImage dependencies pinned
- Info: 0 out of 8 npmCommand dependencies pinned
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Score
2.4
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More