A monorepo contains some utility functions and configs for building Node.js /
Typescript projects.
| Package | Description |
|---|---|
| @guanghechen/chalk-logger | A simple colorful logger. |
| @guanghechen/cipher-helper | Utility functions for cipher contents or files. |
| @guanghechen/commander-helper | Utility functions for creating command line programs. |
| @guanghechen/eslint-config | Eslint config for Node.js / Javascript project |
| @guanghechen/eslint-config-jsx | Eslint config for Jsx project |
| @guanghechen/eslint-config-ts | Eslint config for Typescript project |
| @guanghechen/event-bus | A simple event bus. |
| @guanghechen/file-helper | A collection of utility functions for handling files, such as split big file or merge multiple small files. |
| @guanghechen/invariant | An invariant function. |
| @guanghechen/jest-config | Basic jest configs for typescript monorepo |
| @guanghechen/jest-helper | A collection of utility functions for jest tests |
| @guanghechen/locate-helper | A collection of utility functions for locating nearest filepath matched the given pattern |
| @guanghechen/npm-helper | A collection of utility functions for handling npm packages. |
| @guanghechen/option-helper | A collection of utility functions for processing options |
| @guanghechen/plop-helper | A collection of utility functions for plop templates |
| @guanghechen/postcss-modules-dts | Generate *.d.ts files for style files (such as css, stylus and etc) |
| @guanghechen/react-hooks | Custom React hooks. |
| @guanghechen/redux-actions | Utility functions for creating async actions. |
| @guanghechen/rollup-config | Rollup config for bundle typescript project. |
| @guanghechen/rollup-config-cli | Rollup configs for bundle typescript cli project. |
| @guanghechen/rollup-config-tsx | Rollup configs for bundle tsx project. |
| @guanghechen/rollup-plugin-copy | Rollup plugins to copy files and folds (glob supported) |
| @guanghechen/template-ts-package | Plop templates for creating simple typescript project |
| @guanghechen/template-tsx-package | Plop templates for creating simple typescript + react project |
| @guanghechen/tool-git-cipher | A cli tool for encrypting a entire git repository. |
| @guanghechen/utility-types | Collection of typescript utility types |
node-scaffolds is MIT licensed.