Skip to content

klabacher/TRCModule

Repository files navigation

JavaScript Style Guide

Javascript Module Boilerplate

The Javascript Module Boilerplate based on Javascript Standard.

Based on Babel7, Jest and Javascript Standard with JSDoc3

Author

CloverHearts

Support Features

Transpiling from es6 javascript to es5

Support Javascript documentation

Support create single module file

Support Jest Testcase

Support es6 module import

Npm Operations

clean

npm run clean

Clear for all outputs.

build or build:module

npm run build

Execute to npm chain operation with build:module.

This operation make a new module from your source.

Generate Document for JS Module.

npm run build

or

npm run build:doc

test

npm run test

Execute to npm chanin operation with unit-test and checkstyle for Javascript Standard

Unit test has using Jest Test framework.

test:unit-test

npm run test:unit-test

Test for your code with Jest Test Framework.

test:checkstyle

npm run test:checkstyle

Test for Your code with Javascript Standard style.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published