Skip to content

Releases: SimpliField/module-template

v1 - The beginning

24 Sep 17:04
Compare
Choose a tag to compare

Here is a template repo you can use to start building modules for Simplifield.

It comes with the useful stuff:

  • typescript and babel for writing code
  • eslint, prettier, husky, lint-staged for linting
  • jest for testing
  • microbundle as a minimalistic and powerful bundler (it even build typedef files)
  • useful scripts for building, testing, and even publishing
  • usual documentation files such as changelog, contributing and readme

Have fun creating libraries !