create-glaciary-app
v1.0.3
Published
A simple way to create a Glaciary.JS app in seconds.
Downloads
2
Readme
Create Glaciary.JS App
Create a Glaciary.js API in seconds
How to use it
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx create-glaciary-app <my-project>
Or starting with npm v6.1 you can do:
npm init glaciary-app <my-project>
Or with yarn:
yarn create glaciary-app <my-project>
If you want to contribute with any idea, i am open to hear in the pull requests section.