Skip to content

abxvn/source

Repository files navigation

Source tools

build

Some handy tools for your next projects

Tool List:

@abxvn/resolve: Provide an performant async require.resolve function with pnp supports

npm changelog

@abxvn/builder: Quick scaffolding a monorepo code base to build multiple apps like webs, games, APIs, functions, CLIs

npm changelog

@abxvn/tasks: A priority based task runner which is type safed, extremely fast, light-weight with no dependencies

npm changelog

@abxvn/logger: An utility logger for CLI and web, supports colors and collapsible logs

npm changelog

Contribution

All PRs and ideas for improvement are welcomed.

If you got any issues using this package, don't hesitate to create new 🐞 Bug report with a proper package:<name> label.

Feel free to clone this project, make changes that your feel necessary and pull request anytime you want.

Install dependencies and run development build:

yarn install
yarn start

Working on your first Pull Request?

You can learn how from this free video series: How to Contribute to an Open Source Project on GitHub

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started.


Cheers 🍻