Socket
Socket
Sign inDemoInstall

@friends-library/dev

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@friends-library/dev

dev scripts for friends library


Version published
Weekly downloads
9
decreased by-78.57%
Maintainers
1
Weekly downloads
 
Created
Source

@friends-library/dev

Meta-package for convenient development. Sort of like react-scripts for all-purpose typescript module development. Includes pre-configured out-of-the-box support for:

  • TypeScript (currently 4.1.x)
  • Jest (setup with ts-jest)
  • eslint (configured for typescript with opinionated defaults)
  • prettier
  • ts-node

Exposes a fldev bin that can be used with npx or as part of npm scripts:

# run the tsc compile checker, without emitting compiled files
$ npx fldev ts:check

# compile typescript according to tsconfig.json settings
$ npx fldev ts:compile

# run jest tests
$ npx fldev test

# run jest tests in "watch" mode
$ npx fldev test:watch

# run eslint
$ npx fldev lint

# run eslint, fixing fixable errors
$ npx fldev lint:fix

# run prettier (--write)
$ npx fldev format

# execute something with ts-node
$ npx fldev tsnode ./some-ts-script.ts

# run `ts:check`, `test`, `lint`, and `format --check`
$ npx fldev ci

FAQs

Package last updated on 03 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc