https://github.com/planjs/stan
🔨 Collection of front-end engineering tools
https://github.com/planjs/stan
babel babel-plugin build-tool fontend node node-library oss-upload proto-gen-dts react-library rollup toolkit typescript-library vue-library
Last synced: 5 months ago
JSON representation
🔨 Collection of front-end engineering tools
- Host: GitHub
- URL: https://github.com/planjs/stan
- Owner: planjs
- License: mit
- Created: 2020-09-05T07:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T14:37:48.000Z (11 months ago)
- Last Synced: 2025-04-09T15:03:16.111Z (10 months ago)
- Topics: babel, babel-plugin, build-tool, fontend, node, node-library, oss-upload, proto-gen-dts, react-library, rollup, toolkit, typescript-library, vue-library
- Language: TypeScript
- Homepage:
- Size: 3.97 MB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# stan
[](https://github.com/planjs/stan/actions/workflows/test.yml)
> Collection of front-end engineering tools
## Intro
Front-end related tools to improve development efficiency.
## Tools
| | | |
|---------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|
| [stan-builder](./packages/stan-builder/README.md) | [](https://www.npmjs.com/package/stan-builder) | build `'js' 'ts' 'react-component' 'vue-component'` library |
| [proto-gen-dts](./packages/proto-gen-dts/README.md) | [](https://www.npmjs.com/package/proto-gen-dts) | `protobuf` generate `typescript` dictionary type file |
| [babel-plugin-ts-enum-iife](./packages/babel-plugin-ts-enum-iife/README.md) | [](https://www.npmjs.com/package/babel-plugin-ts-enum-iife) | enum better `tree-shaking` |
| [babel-plugin-module-resolve](./packages/babel-plugin-module-resolve/README.md) | [](https://www.npmjs.com/package/babel-plugin-module-resolve) | support `alias` import |
| [oss-upload-tool](./packages/oss-upload-tool/README.md) | [](https://www.npmjs.com/package/oss-upload-tool) | Integrated oss upload |
## Contributing
This repository is a [monorepo](https://en.wikipedia.org/wiki/Monorepo) which leverages [yarn](https://yarnpkg.com/) for dependency management.
To begin, please install `yarn`:
```sh
npm install yarn -g
```
### Working with Packages
All packages are kept in the `/packages` directory.
#### Publishing:
```shell
yarn release
```
#### Running Tests:
To run tests on all packages which have changes:
```shell
yarn test
```
## Contributors
[CONTRIBUTING](./CONTRIBUTING.md)
## Special thanks
> Thanks to jetbrains for providing great IDEs and open source licensing
[
](https://www.jetbrains.com/)
## License
MIT © [fupengl](https://github.com/fupengl)