1.10.1 • Published 1 year ago
katxupa v1.10.1
Katxupa
runIt(() => {
console.log(`🎉 Welcome to Katxupa library 💖`);
"Katxupa"
.alsoIt(it => console.log(`🍲 ${it} was cooked for your delight 🍲`))
.takeIf(it => it.startsWith("Katxupa"))
?.runIt(function() {
console.log(`🍻 By Manuel Santos`);
console.log(`🙈 https://github.com/manusant`);
})
})
Documentation
Project Configuration
- Add Katxupa library to project dependencies
# When using npm
npm install katxupa
# When using pnpm
pnpm add katxupa
# When using yarn
yarn add katxupa
- Add eslint-config-katxupa ESLint configs
# When using npm
npm install --save-dev eslint-config-katxupa
# When using pnpm
pnpm add --save-dev eslint-config-katxupa
# When using yarn
yarn add --dev eslint-config-katxupa
- Activate ESLint config
// .eslintrc.js
module.exports = {
root: true,
env: {node: true},
extends: ["eslint:recommended", "katxupa"],
...
};
1.9.8
1 year ago
1.9.7
1 year ago
1.9.6
1 year ago
1.9.5
1 year ago
1.10.1
1 year ago
1.10.0
1 year ago
1.9.4
1 year ago
1.9.3
1 year ago
1.9.2
1 year ago
1.9.1
1 year ago
1.9.0
1 year ago
1.8.2
1 year ago
1.7.3
1 year ago
1.8.1
1 year ago
1.7.2
1 year ago
1.8.0
1 year ago
1.7.1
1 year ago
1.7.0
2 years ago
1.6.0
2 years ago
1.5.0
2 years ago