@amazeelabs/scaffold
v1.3.78
Published
Scaffold dotfiles and packages for JS projects.
Downloads
151
Readme
Amazee Package Scaffolder
Scaffold code packages. Automatically adds and configures code quality and testing tools.
Installation
npx @amazeelabs/scaffold
This will alter the packages .gitignore
file, add a prepare
hook and make
sure that configurations for code quality tools like eslint
, prettier
or
jest
are in place.
Usage
After install there is a test
that should run all tests in a package. Tests
are split into three categories (scripts):
test:static
will do static code analysis likeeslint
ortypescript
test:unit
executes fast running unit teststest:integration
is supposed to be used for long-running integration tests