2.0.8 • Published 4 years ago

js-library-template v2.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

js-library-template

A template for writing next awesome JavaScript library.

Features

  • ESM-first approach with CommonJS transpiled code in output code for full compatibility
  • documentation generating with jsdoc with docdash template
  • unit tests with mocha & must.js
  • Keep-a-changelog CHANGELOG.md format as an example of good practice and reminder to write change logs
  • Rewire plugin for easy testing with mocks
  • Eslint integration with strict rules by default
  • Git hooks already applied so you don't forget about them
  • cli tool to init new library and to automatically upgrade it to if newer version of js-library-template is released
  • yarn-based development

Usage

The best way is to install this lib globally and just run:

  • jslib - to init empty library at current working directory
  • jslib path_to_directory - to init empty library at given path (can be absolute or relative)

Bonus

  • hardcore .yarnclean rules to use in your projects - this will be probably moved to separate project you need to rename the file (remove .txt extension) to use it. It is very restrictive and will break almost any library by default. Use with care.

Future plans / todo

  • add good TypeScript support

License

MIT

2.0.6

4 years ago

2.0.8

4 years ago

2.0.5

4 years ago

2.0.5-beta.1

4 years ago

2.0.5-beta.2

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.0-beta.3

4 years ago

2.0.0-beta.2

4 years ago

2.0.0-beta.1

4 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.3.0-beta.6

5 years ago

1.3.0-beta.5

5 years ago

1.3.0-beta.4

5 years ago

1.3.0-beta.3

5 years ago

1.3.0-beta.2

5 years ago

1.3.0-beta.1

5 years ago