Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanghechen/node-scaffolds
node.js scaffolds and tools
https://github.com/guanghechen/node-scaffolds
Last synced: 3 months ago
JSON representation
node.js scaffolds and tools
- Host: GitHub
- URL: https://github.com/guanghechen/node-scaffolds
- Owner: guanghechen
- License: mit
- Created: 2021-02-26T10:03:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:16:11.000Z (4 months ago)
- Last Synced: 2024-11-08T08:50:01.723Z (3 months ago)
- Language: TypeScript
- Size: 16.4 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A monorepo contains some utility functions and configs for building `Node.js` / `Typescript` projects.
## Overview
Package | Description
:------------------------------------:|:--------------------------
[@guanghechen/commander][] | A wrapper of commander.js with some utilities.
[@guanghechen/eslint-config][] | Preset eslint configs for node.js/javascript/react/typescript project.
[@guanghechen/fs] | Utilities for handling files, such as split big file or merge multiple small files.
[@guanghechen/helper-jest][] | A collection of utility functions for jest tests.
[@guanghechen/helper-npm][] | Utilities for handling npm repo and `package.json`.
[@guanghechen/jest-config][] | Basic jest configs for typescript monorepo
[@guanghechen/mini-copy][] | Access system clipboard (also support to share clipboard in wsl with windows).
[@guanghechen/postcss-modules-dts][] | Generate `*.d.ts` files for style files (such as css, stylus and etc)
[@guanghechen/rollup-config][] | Rollup config for bundle typescript project.
[@guanghechen/rollup-plugin-copy][] | Rollup plugins to copy files and folds (glob supported)
[@guanghechen/tool-file][] | A cli tool to split / merge big file.
[@guanghechen/tool-mini-copy][] | "A cli tool to copy / paste with system clipboard or customized fake clipboard (file).## License
node-scaffolds is [MIT licensed](https://github.com/guanghechen/node-scaffolds/tree/release-6.x.x/LICENSE).
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/release-6.x.x
[@guanghechen/eslint-config]: ./packages/eslint-config
[@guanghechen/commander]: ./packages/commander
[@guanghechen/fs]: ./packages/fs
[@guanghechen/helper-jest]: ./packages/helper-jest
[@guanghechen/helper-npm]: ./packages/helper-npm
[@guanghechen/jest-config]: ./packages/jest-config
[@guanghechen/mini-copy]: ./packages/mini-copy
[@guanghechen/postcss-modules-dts]: ./packages/postcss-modules-dts
[@guanghechen/rollup-config]: ./packages/rollup-config
[@guanghechen/rollup-plugin-copy]: ./packages/rollup-plugin-copy
[@guanghechen/tool-file]: ./packages/tool-file
[@guanghechen/tool-git-cipher]: ./packages/tool-git-cipher
[@guanghechen/tool-mini-copy]: ./packages/tool-mini-copy