Gathering detailed insights and metrics for @tira/tira-graphql-sequelize
Gathering detailed insights and metrics for @tira/tira-graphql-sequelize
Gathering detailed insights and metrics for @tira/tira-graphql-sequelize
Gathering detailed insights and metrics for @tira/tira-graphql-sequelize
npm install @tira/tira-graphql-sequelize
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
84 Commits
1 Watching
1 Branches
1 Contributors
Updated on 14 Feb 2019
TypeScript (48.86%)
HTML (32.52%)
JavaScript (10.1%)
Groovy (5.75%)
CSS (1.4%)
Dockerfile (1.37%)
Cumulative downloads
Total Downloads
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
1
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
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
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
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