1.2.10 • Published 2 years ago

@dreamistlabs/for-testing v1.2.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

for-testing

Installation

To be documented.

Usage

To be documented.

Project Architecture

This project was created using @dreamistlabs/dlabs-cli and follows a set of rules and standards predefined by the library depending on the options chosen during the generation process.

Common Files

Description to be included.

.
+-- .vscode
|   +-- extensions.json
|   +-- settings.json
+-- .auto-changelog.json
+-- .clocignore
+-- .editorconfig
+-- .gitignore
+-- changelog-template.hbs
+-- CHANGELOG.md
+-- handlebars.js
+-- package.json
+-- README.md
+-- REFERENCES.md

Quality Files

Description to be included.

.
+-- .husky
|   +-- _
|       +-- .gitignore
|       +-- husky.sh
|   +-- commit-msg
|   +-- pre-commit
+-- .eslintignore
+-- .eslintrc.json
+-- .prettierignore
+-- .prettierrc.json
+-- commitlint.config.js

continuous integration

Node Files

Description to be included.

.
+-- src
|   +-- lib
|   |   +-- Placeholder.js
|   +-- index.js
+-- .npmignore
+-- babel.config.js

Testing Files

Description to be included.

.
+-- \_\_mocks\_\_
|   +-- fileMock.js
+-- src
|   +-- index.test.js
1.2.10

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago