Part 1: Creating Your First Project
Introduction
Generating a New Project Repository
$ cement generate project ./todo
INFO: Generating cement project in ./todo
App Label [myapp]: todo
App Name [My Application]: My TODO Application
App Class Name [MyApp]: Todo
App Description [MyApp Does Amazing Things!]: A Simple TODO Application
Creator Name [John Doe]: Your Name
Creator Email [[email protected]]: [email protected]
Project URL [https://github.com/johndoe/myapp/]: https://github.com/yourname/todo/
License [unlicensed]:Exploring The TODO Project
Setting up Our Development Environment
Conclusion
Last updated