@gobstones/gobstones-scripts
Version:
Scripts to abstract away build configuration of Gobstones Project's libraries and modules.
52 lines (30 loc) • 2.47 kB
Markdown
# <library-name>
your library description here.
Describe briefly the purpose of your library -- i.e. what functionalities does it provide.
For longer description, refer to [Usage](#usage).
Remove demo badge if this is a library without GUI. Also, delete this lines.
[](https://github.com/gobstones/<library-name>/blob/main/LICENSE) [](https://www.npmjs.com/package/@gobstones/gobstones-scripts)
[](https://gobstones.github.io/gobstones-scripts)
[](https://gobstones.github.io/<library-name>)
 
Add a longer description here if it's worth it.
## Install
Explain how to install this library using a package manager or more than one if
that is intended.
**npm:**
```
npm install --save @gobstones/<library-name>
```
You may add additional steps for installation and configuration of the library.
## Usage
Explain how to use your library, that is, how to import it into a project, the
basic API, and possibly some example use cases.
# CLI
If your library supports a CLI, explain how to use it, that is, which commands
and flags are available, what do they do, and so on.
If your library does not support CLI, you may remove this section entirely.
# Architecture
If worth it, you may explain how the library is organized, what modules are
used and how they should be modified, how to compile and so on.
## Contributing
See our [Contributions Guidelines](https://gobstones.github.io/gobstones-guidelines/) to contribute.