Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g3n1us/g3n1us_toolkit


https://github.com/g3n1us/g3n1us_toolkit

Last synced: 24 days ago
JSON representation

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

```