update
This commit is contained in:
30
readme.md
Normal file
30
readme.md
Normal file
@ -0,0 +1,30 @@
|
||||
# smartcls
|
||||
continuation-local-storage
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/smartcls)
|
||||
[](https://GitLab.com/pushrocks/smartcls)
|
||||
[](https://github.com/pushrocks/smartcls)
|
||||
[](https://pushrocks.gitlab.io/smartcls/)
|
||||
|
||||
## Status for master
|
||||
[](https://GitLab.com/pushrocks/smartcls/commits/master)
|
||||
[](https://GitLab.com/pushrocks/smartcls/commits/master)
|
||||
[](https://www.npmjs.com/package/smartcls)
|
||||
[](https://david-dm.org/pushrocks/smartcls)
|
||||
[](https://www.bithound.io/github/pushrocks/smartcls/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/pushrocks/smartcls)
|
||||
[](https://snyk.io/test/npm/smartcls)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](http://standardjs.com/)
|
||||
|
||||
## Usage
|
||||
Use TypeScript for best in class instellisense.
|
||||
|
||||
For further information read the linked docs at the top of this README.
|
||||
|
||||
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
||||
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
||||
|
||||
[](https://push.rocks)
|
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "tslint-config-standard"
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user