Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fredfogerty/ts-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fredfogerty/ts-boilerplate

An opinionated npm module boilerplate with batteries included

  • 0.1.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

@frederickfogerty/ts-boilerplate

An opinionated npm module boilerplate with batteries included

Features

  • Typescript
  • Babel
  • Tests with Jest
  • Linting with tslint
  • Package installs with yarn
  • .editorconfig to ensure consistent style
  • Opinionated .gitignore included
  • np for npm, forked to use yarn

API

npm run [command]

Available commands:

  • test: test with Jest
  • np: publish to npm using ynp, a fork of np
  • build: build the project into dist
  • build:watch: watch and incrementally build the project. Does not compile with babel.
  • lint: lint the project using tslint

Install

To use this boilerplate:

git clone https://github.com/frederickfogerty/ts-boilerplate
cd ts-boilerplate
rm -rf .git
git init

Then update the readme to your needs.

License

MIT

FAQs

Package last updated on 29 Oct 2016

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