1.0.3 • Published 5 years ago

create-glaciary-app v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Create Glaciary.JS App

DeepScan grade CircleCI PRs Welcome

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.