tabou-npm-module
v2.0.0
Published
A package for Total TypeScript
Readme
tabou-npm-module
A package for Total TypeScript
Installation
npm install tabou-npm-moduleUsage
import {} from /* your exports */ 'tabou-npm-module';
// Example usageFeatures
- TypeScript support
- ESM module format
- Lightweight and efficient
API
Functions
Coming soon...
Development
Setup
# Clone the repository
git clone https://github.com/agigox/tabou-npm-module.git
cd tabou-npm-module
# Install dependencies
npm installBuilding
npm run buildTesting
# Run tests once
npm test
# Run tests in watch mode
npm run test:watch
# Run tests with UI
npm run test:ui
# Run tests with coverage
npm run test:coverageReleasing
This project uses Changesets for version management and automated releases.
# Add a changeset (describes your changes for the changelog)
npx changeset
# Local release (for testing)
npm run local-release
# Release via CI (automatic when changesets are merged to main)
# Just merge the "Version Packages" PR that gets created automaticallyContributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Amine TABOU
- Website: https://www.amine-tabou.com/
- Email: [email protected]
