Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshmanders/joshmanders
Josh as a Dependency
https://github.com/joshmanders/joshmanders
Last synced: about 1 month ago
JSON representation
Josh as a Dependency
- Host: GitHub
- URL: https://github.com/joshmanders/joshmanders
- Owner: joshmanders
- License: mit
- Created: 2019-11-26T05:43:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T16:49:07.000Z (about 1 year ago)
- Last Synced: 2024-09-12T21:52:13.211Z (about 2 months ago)
- Language: TypeScript
- Size: 126 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Hi, I'm Josh 👋
Currently I am building [**NiftyCo**](https://aniftyco.com 'NiftyCo - Design & develop simple solutions to complex problems') a SaaS holding company where I design & develop simple solutions to complex problems.
You can find me on [**Makerlog**](https://getmakerlog.com/users/joshmanders) or [**Twitter**](https://twitter.com/joshmanders 'Me on Twitter').
Or check out [**my setup**](https://joshmanders.com/uses 'My setup') and what I am [**currently doing**](https://joshmanders.com/now 'What I am currently doing').
#### Josh as a Dependency
As a command:
```
$ npx joshmandersJosh Manders / @joshmanders
Founder @ NiftyCo, designing & developing simple solutions to complex problems.Website: https://joshmanders.com
Twitter: https://twitter.com/joshmanders
GitHub: https://github.com/joshmandersProjects:
Name: Makerlog
Tagline: The public to-do list that keeps you creating daily.
Website: https://getmakerlog.com
Name: Prevalidate
Tagline: Your product's success starts here.
Website: https://prevalidate.com
Name: BugFeedr
Tagline: Collect Customer Feedback.
Website: https://bugfeedr.com
Name: Primcloud
Tagline: Deploy, manage and scale your apps.
Website: https://primcloud.com
```Or you can use it programmatically:
```typescript
import josh from 'joshmanders';console.log(josh.name);
console.log(josh.projects.map(({ name }) => name).join(', '));
```