Skip to content

Commit aca5108

Browse files
author
James Kolce
committed
Add Readme file
1 parent bbee64b commit aca5108

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# concise-wrapper
2-
Concise Core, UI and Utils in one package.
1+
# Concise Wrapper
2+
> Concise Core, UI and Utils in one package.
3+
4+
Use this if you need the whole package to start building something. However, it will also get you a lot of extra code that you might not use, is recommended to install only the required packages after you finish your project.
5+
6+
## Installation
7+
8+
```
9+
npm install concise-wrapper
10+
```
11+
12+
```scss
13+
`@import 'node_modules/concise-wrapper/concise';
14+
```
15+
16+
## License
17+
18+
MIT - James Kolce

0 commit comments

Comments
 (0)