0.0.27 • Published 3 years ago

@eigenspace/common-types v0.0.27

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

About

This project contains common types that uses in many projects:

Project structure

Project should adhere to this structure:

    /src - files used by this application (modules, templates, ligic)
        /@types - declaration modules and namespaces
            <concrete type>.d.ts
        /types - folder that containings all types and interfaces
             <concrete type>.ts
        
        index.js - a public interface for a library consumer         
                     
    package.json - project configuration, contains project information, dependencies and settings
    webpack.config.package.json - main configuration for webpack
    yarn.log - file fixing specific dependency numbers
    README.md
    <other root configuration files> - for example, jest.config.ts, .gitignore, ...                                             

Why do we have that dev dependencies?

  • @eigenspace/codestyle - includes lint rules, config for typescript.
  • @eigenspace/helper-scripts - common scripts for build script.
  • @types/* - contains type definitions for specific library.
  • eslint - it checks code for readability, maintainability, and functionality errors.
  • eslint-plugin-eigenspace-script - includes set of script linting rules and configuration for them.
  • typescript - is a superset of JavaScript that have static type-checking and ECMAScript features. See webpack.config.js.
  • husky - used for configure git hooks.
  • lint-staged - used for configure linters against staged git files.
0.0.27

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.23

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.21-dev

4 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago