Skip to content

PsySecGroup/twitter-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Server Template

Easily sets up TypeScript server-side projects that are StackBlitz compliant. Comes with everything needed for easy TypeScript usage and has CommanderJS.

Install

Open in StackBlitz

npm i -S @psysecgroup/twitter-transformer or yarn add @psysecgroup/twitter-transformer

Testing

Add your tests to the tests folder, then import them in the tests/index.ts file.

CLI

npm

  • npm run build: Builds the source TypeScript to CommonJS, ESM, and IIFE JavaScript files in dist
  • npm run sb-watch: Watches for changes for TypeScript files, builds the source on a change, then runs dist/index.js (StackBlitz-friendly)
  • npm run watch: Watches for changes for TypeScript files, builds the source on a change, then runs dist/index.js (Every other system)
  • npm test: Runs tests.

yarn

  • yarn build: Builds the source TypeScript to CommonJS, ESM, and IIFE JavaScript files in dist
  • yarn sb-watch: Watches for changes for TypeScript files, builds the source on a change, then runs dist/index.js (StackBlitz-friendly)
  • yarn watch: Watches for changes for TypeScript files, builds the source on a change, then runs dist/index.js (Every other system)
  • yarn test: Runs tests.

About

Analyzes a Twint JSON and derives psychosecurity metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published