Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bersam/persiantools
Persian text library
https://github.com/Bersam/persiantools
Last synced: 3 months ago
JSON representation
Persian text library
- Host: GitHub
- URL: https://github.com/Bersam/persiantools
- Owner: Bersam
- License: other
- Fork: true (ebraminio/persiantools)
- Created: 2018-02-25T16:28:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T19:03:35.000Z (over 11 years ago)
- Last Synced: 2024-06-28T04:32:24.381Z (5 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-persian - Bersam/persiantools - Persian text library. (Miscellaneous)
README
# persiantools
Persian text library
## Getting Started
### On the server
Install the module with: `npm install persiantools````javascript
var persiantools = require('persiantools');
persiantools.awesome(); // "awesome"
```### In the browser
Download the [production version][min] or the [development version][max].[min]: https://raw.github.com/ebraminio/persiantools/master/dist/persiantools.min.js
[max]: https://raw.github.com/ebraminio/persiantools/master/dist/persiantools.jsIn your web page:
```html
awesome(); // "awesome"
```
In your code, you can attach persiantools's methods to any object.
```html
var exports = Bocoup.utils;
Bocoup.utils.awesome(); // "awesome"
```
## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/)._Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!_
## Release History
_(Nothing yet)_## License
Copyright (c) 2013 Ebrahim Byagowi
Licensed under the MIT license.