3.0.2 • Published 8 months ago

jack-lib-js-webpack-jest v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

First library by Jack

A simple library for print console log. With webpack and jest configured.

Installing

Install the library by npm install jack-lib-js-webpack-jest.

How to use

If you used npm, just import the file:

  import Console from 'jack-lib-js-webpack-jest';

And now you can use it like:

  Console(message)

Testing

You can see the tests, use npm run test to run the tests. If you want to see an example working on the Browser, just run npm run start.

Commands utilized

  • npm i
  • npm add --dev @babel/core@7.3.4 @babel/plugin-proposal-class-properties@7.3.4 @babel/preset-env@7.3.4 babel-loader@8.0.5
  • npm add --dev babel-eslint@10.0.1 eslint@5.15.0 eslint-config-standard@12.0.0 eslint-plugin-import@2.16.0 eslint-plugin-node@8.0.1 eslint-plugin-promise@4.0.1 eslint-plugin-standard@4.0.0
  • npm add --dev prettier@1.16.4
  • npm add --dev jest@24.1.0 babel-jest@24.1.0
  • npm add --dev webpack@4.29.6 webpack-cli@3.2.3 webpack-dev-server@3.2.1

NPM commands

  • npm login
  • npm publish
3.0.2

8 months ago

3.0.1

8 months ago

3.0.0

8 months ago

2.2.8

8 months ago