@kipper/config
v0.12.0
Published
The config file support package adding support for kip-config.json/kipper-config.json 🦊
Downloads
21
Readme
Kipper Config Package - @kipper/config
🦊⌨️
The config package of the Kipper CLI for managing project environments, handling configurations and settings, and providing a consistent way to manage your workflow. ⌨️✨
Kipper is a JavaScript-like strongly and strictly typed language with Python flavour. It aims to provide straightforward, simple, secure and type-safe coding with better efficiency and developer satisfaction!
It compiles to both JavaScript and TypeScript, and can be set up in your terminal, Node.js or ES6+ browser. 🦊💻
For more details, you can read more about this project on the project repository and the Kipper website.
Installation
To install the package, run the following command:
npm i @kipper/config
If you are using pnpm
or yarn
, use pnpm i @kipper/config
or yarn add @kipper/config
.
General Information
- Website: https://kipper-lang.org
- Docs: https://docs.kipper-lang.org
- Playground: https://play.kipper-lang.org
- Issue Tracker: https://issues.kipper-lang.org
- Roadmap: View Kipper Roadmap 🦊🚧
- Changelog: View CHANGELOG.md
Copyright and License
Copyright (C) 2021-2024 Luna Klatzer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
See the LICENSE for information on terms & conditions for usage.