generator-hasura-node
v0.1.1
Published
Builds a simple scaffold to make a server app using Express. Includes Babel, ESLint and Nodemon for reloading.
Downloads
2
Maintainers
Readme
generator-hasura-node
Builds a simple scaffold to make a server app using Express. Includes Babel, ESLint and Nodemon for reloading.
Installation
First, install Yeoman and generator-hasura-node using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-hasura-node
Then generate your new project:
yo hasura-node
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
On Development
- Get Yeoman and yo command setup.
- Clone this git repo and run
npm install
- Run
npm link
at this repo's root. - Create a new folder to create a new project.
- Run
yo hasura-node
inside the new folder. - Run
npm install
if it didn't run properly.
License
MIT © Hasura