1.0.11 • Published 7 years ago

skaffold v1.0.11

Weekly downloads
17
License
MIT
Repository
github
Last release
7 years ago

SKAFFOLD

npm install -g skaffold Skaffold is an open source framework for creating ecommerce applications within minutes and hopefully it would be extended to other kinds of systems also. This is the initializer for a skaffolded project.

STEPS TO INSTALL

  • open a terminal on your computer and run the following command npm install -g skaffold
  • setup a new project by doing npm init in a new folder
  • run skaffold Project name from your terminal in your project folder.
  • if Project name is not supplied then skaffold uses the name of the current folder although you can still override it in the steps that follow.
  • answer the questions that follow to setup your new application. pressing enter chooses the defaults for this application.
  • then run the command npm install
  • remember to create your database tables. at least until i add migrations.

Now your application is all setup. Have fun coding ;)

Run your application by running node index from your terminal

1.0.11

7 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago