Skip to content

zsim0n/sublime-lucy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime-lucy

Netlify Status

About

A minimalistic project to generate uniqe working title for projects using the @stackbit/artisanal-names lib.

Usage

Visit the site and pick a name on the clipboard

Or

Deploy to Netlify

Installing

git clone...
cd sublime-lucy
yarn install
yarn start

and visit http://localhost:8080 or access the API http://localhost:9000

CLI

The project exposes a simple API, the API can be used to create a shell function. (inspired by gitignore.io CLI

zsh

echo "function sublime-lucy() { curl -sLw "\n" https://sublime-lucy.netlify.app/.netlify/functions/sublime-lucy ;}" >> \
~/.zshrc && source ~/.zshrc

Example

Creating a new project with help of sublime-lucy and gitignore.io CLI - gi

mkdir $(sublime-lucy)
cd $_
gi react,node,macOs,visualstudiocode > .gitignore
git init
git add .
git commit -am "Initial commit"

Additional

The project itself a barebone blueprint for developing apps with react - Material UI and Netlify Functions (lamda) with webpack.