0.0.1 • Published 4 years ago

@efinitytech/jcsv v0.0.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

ts-npm-pkg (Template)

Bare-bones template for developing TypeScript npm packages. ⚙

How to use this template

  • Using GitHub - click the green 'Use this template' button above.
  • Using npm - use degit: npx degit ConnorJamesLow/ts-npm-pkg-template my-ts-pkg. Note: you will need to set up your own repository structure.

Run npm init -y and npm i typescript, or use the package.json.example, and you are on your way.