A minimalistic project to generate uniqe working title for projects using the @stackbit/artisanal-names lib.
Visit the site and pick a name on the clipboard
Or
git clone...
cd sublime-lucy
yarn install
yarn start
and visit http://localhost:8080 or access the API http://localhost:9000
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
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"
The project itself a barebone blueprint for developing apps with react - Material UI and Netlify Functions (lamda) with webpack.