https://github.com/artdecocode/my-new-package
A test package to show the capabilities.
https://github.com/artdecocode/my-new-package
Last synced: about 2 months ago
JSON representation
A test package to show the capabilities.
- Host: GitHub
- URL: https://github.com/artdecocode/my-new-package
- Owner: artdecocode
- License: mit
- Created: 2018-06-25T07:45:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T07:45:34.000Z (over 7 years ago)
- Last Synced: 2025-02-25T15:52:03.487Z (11 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# my-new-package
[](https://npmjs.org/package/my-new-package)
`my-new-package` is a new Node.js npm package. A test package to show the capabilities.
```sh
yarn add -E my-new-package
```
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [API](#api)
* [`myNewPackage(arg1: string, arg2?: boolean)`](#mynewpackagearg1-stringarg2-boolean-void)
## API
The package is available by importing its default function:
```js
import myNewPackage from 'my-new-package'
```
### `myNewPackage(`
`arg1: string,`
`arg2?: boolean,`
`): void`
Call this function to get the result you want.
```js
/* yarn example */
import myNewPackage from 'my-new-package'
(async () => {
await myNewPackage()
})()
```
---
(c) [Art Deco Code][1] 2018
[1]: https://artdeco.bz