Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g3n1us/g3n1us_toolkit
https://github.com/g3n1us/g3n1us_toolkit
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/g3n1us/g3n1us_toolkit
- Owner: g3n1us
- Created: 2019-07-20T14:37:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T15:48:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T10:55:55.502Z (about 1 month ago)
- Language: JavaScript
- Size: 2.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# g3n1us_toolkit
Get started on a new project:
```
npm init -y && \
npm install --save @g3n1us/g3n1us_toolkit && \
node_modules/.bin/g3n1us_toolkit --continue=true```
Or an existing project:
```
npm install --save @g3n1us/g3n1us_toolkit && \
node_modules/.bin/g3n1us_toolkit```