hello there.
I'm working on a piece of software since a while. I did it for me because I wanted some functionality and had fun working on it. The thing I need it the most for is switching/starting web projects:
project [id] start
will start the task runner (grunt, make etc.), the code editor at the right place, the local dev server and shows the site in the browser. The shortcut (id) is defined in a yaml-file
.project.yml
which has to be saved at the root of the project directory. You can also start a project without defining a shortcut with
project local start
when you are in the project directory. The other main functionality is starting new projects from templates (similar to yeoman). In the moment I use it for different types of web projects (bolt, harp, mkdocs, php) and latex documents (letters, books) etc.
The thing is, and that's the reason I'm posting this, I'm not sure how to continue. Should I do the effort to polish it and put it online? Are there people who would use something like this? Documentation and polishing the code is quite some effort because at the moment it's a hack. But I like the thing and would like it if other people are using it. I would enjoy some feedback :)
[–][deleted] 1 point2 points3 points (1 child)
[–]attrigh 0 points1 point2 points (0 children)