Skip to content

Commit 2c4dec9

Browse files
committed
feat: add basic sketch
1 parent 7e3e4b1 commit 2c4dec9

9 files changed

+2623
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
dist
3+

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src

LICENSE.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# License
2+
3+
Copyright © 2019-present, Ever Co. LTD. All rights reserved.
4+
5+
This software is available under different licenses
6+
7+
### _Ever Platform Community Edition_ License for CLI
8+
9+
If you decide to choose the Ever Platform Community Edition License for CLI, you must comply with the following terms:
10+
11+
This program is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU General Public License, version 3,
13+
as published by the Free Software Foundation.
14+
15+
This program is distributed in the hope that it will be useful,
16+
but WITHOUT ANY WARRANTY; without even the implied warranty of
17+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
GNU General Public License for more details.
19+
20+
You should have received a copy of the GNU General Public License
21+
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
23+
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.txt)
24+
25+
### _Ever Platform Enterprise_ License
26+
27+
Alternatively, commercial versions of the software must be used in accordance with the terms and conditions of separate written agreement between you and Ever Co. LTD.
28+
29+
For more information about Ever Platform Enterprise License please contact <mailto:[email protected]>.
30+
31+
#### The default Ever Platform license, without a valid Ever Platform Enterprise License agreement, is the Ever Platform Community Edition License.
32+
33+
## Credits
34+
35+
Please see [CREDITS.md](CREDITS.md) file for a list of libraries and software included in this program and information about licenses.
36+
37+
## Trademarks
38+
39+
**Ever**® is a registered trademark of [Ever Co. LTD](https://ever.co).
40+
The trademark may only be used with the written permission of Ever Co. LTD. and may not be used to promote or otherwise market competitive products or services.
41+
All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# ever-cli
2+
23
A command line tool for Ever Platform

LICENSE gpl-3.0.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 3, 29 June 2007
33

4-
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
4+
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
55
Everyone is permitted to copy and distribute verbatim copies
66
of this license document, but changing it is not allowed.
77

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
645645
GNU General Public License for more details.
646646

647647
You should have received a copy of the GNU General Public License
648-
along with this program. If not, see <https://www.gnu.org/licenses/>.
648+
along with this program. If not, see <http://www.gnu.org/licenses/>.
649649

650650
Also add information on how to contact you by electronic and paper mail.
651651

@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
664664
You should also get your employer (if you work as a programmer) or school,
665665
if any, to sign a "copyright disclaimer" for the program, if necessary.
666666
For more information on this, and how to apply and follow the GNU GPL, see
667-
<https://www.gnu.org/licenses/>.
667+
<http://www.gnu.org/licenses/>.
668668

669669
The GNU General Public License does not permit incorporating your program
670670
into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

0 commit comments

Comments
 (0)