typescript-package-template

1.1.0 • Public • Published

typescript-package-template

This is a template for a typical npm package written in typescript. Create a github repo based on it, clone the repo and run . ./RUN_THIS_UPON_FIRST_CLONE.sh

How this works

  • RUN_THIS_UPON_FIRST_CLONE.sh will install a set of dependencies
  • than it will run plop
  • user will be prompted to answer a set of simple questions using inquirer
  • plop than will create the whole project from handlebars templates in ./plop-templates.
  • script will run basic checks like tests and lint to make ensure healthy initial state of the repo
  • as a result of this whole operation all the template-related files will be deleted or overwritten, including this readme
  • project should be fully initialised and ready for initial PR

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-package-template

Weekly Downloads

2

Version

1.1.0

License

UNLICENSED

Unpacked Size

22.4 kB

Total Files

27

Last publish

Collaborators

  • wrumsby