Skip to content

Commit 1b47c4e

Browse files
committed
added Readme
1 parent 433d08f commit 1b47c4e

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

License.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* MIT License
3+
*
4+
* Permission is hereby granted, free of charge, to any person obtaining a copy
5+
* of this software and associated documentation files (the "Software"), to deal
6+
* in the Software without restriction, including without limitation the rights
7+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
* copies of the Software, and to permit persons to whom the Software is
9+
* furnished to do so, subject to the following conditions:
10+
*
11+
* The above copyright notice and this permission notice shall be included
12+
* in all copies or substantial portions of the Software.
13+
*
14+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15+
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
20+
* IN THE SOFTWARE.
21+
*/

Readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/**
2+
* # Codebolt Agent Library
3+
*
4+
* This library provides a set of tools and utilities for creating Codebolt agents, enabling seamless integration with the Codebolt platform.
5+
*
6+
* ## Features
7+
* - Create and manage Codebolt agents
8+
* - Interact with the Codebolt platform
9+
* - Utilize Codebolt's powerful API
10+
*
11+
* ## Installation
12+
*
13+
* ```bash
14+
* npm install @codebolt/codeboltjs
15+
* ```
16+
*
17+
* ## Usage
18+
*
19+
* ```javascript
20+
* const codebolt = require('@codebolt/codeboltjs');
21+
*
22+
* // Your code here
23+
* ```
24+
*
25+
*/
26+

0 commit comments

Comments
 (0)