You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install the package either using pip or python setup tools
85
+
86
+
```sh
87
+
$ python setup.py install
88
+
# Use `develop` instead of `install` to get an editable build
89
+
90
+
# Alternatively run
91
+
$ pip install .
92
+
```
93
+
94
+
3. You are good to go... 🎉
95
+
96
+
<!-- USAGE EXAMPLES -->
97
+
98
+
## Usage
99
+
100
+
Once installed refer to the [documentation](https://reactonite.github.io/reactonite/) for the set of commands available with Reactonite cli or you can begin by typing `reactonite --help` which opens the help page for `reactonite` command line tool.
101
+
102
+
```sh
103
+
$ reactonite --help
104
+
Usage: reactonite [OPTIONS] COMMAND [ARGS]...
105
+
106
+
Entry point for Reactonite cli.
107
+
108
+
Options:
109
+
--help Show this message and exit.
110
+
111
+
Commands:
112
+
...
113
+
```
114
+
115
+
<!-- ROADMAP -->
116
+
117
+
## Roadmap
118
+
119
+
See the [open issues](https://github.com/SDOS2020/Team_3_Reactonite/issues) for a list of proposed features (and known issues). You can also track where the project is going in further releases just visit the [projects](https://github.com/SDOS2020/Team_3_Reactonite/projects) tab.
120
+
121
+
<!-- CONTRIBUTING -->
122
+
123
+
## Contributing
124
+
125
+
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. For complete contributing guide please read our [code of conduct](https://github.com/SDOS2020/Team_3_Reactonite/blob/beta/CONTRIBUTING.md).
126
+
127
+
<!-- LICENSE -->
128
+
129
+
## License
130
+
131
+
License yet to be decided. See `LICENSE` for more information once complete.
0 commit comments