This repo can be used to scaffold a Python package. Unless you are a member of Hexafuchs, please use the Original Template by kbysiec or edit out any references to us except of copyright references.
Follow these steps to get started:
- Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
- Have fun creating your package.
Note: Remember to activate discussions in the repository settings.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can install the package via npm (or another tool of your choosing):
npm install @hexafuchs/:package_name
Checkout the documentation at https://hexafuchs.github.io/:package_name/.
import { sum } from "@hexafuchs/:package_name";
npm run test
npm run build
npm run dev
npm run lint:scripts
npm run lint:styles
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.