Releases: saurabhdaware/projectman
v2.1.0: scaffold projects from URL templates 🚀
What's Changed
- feat: allow scaffolding from URLs by @saurabhdaware in #38
Once you do pm add --url
to save a URL as template, you can now pm create
and select your saved URL to scaffold from online template
Full Changelog: v2.0.0...v2.1.0
2.0.0 - Scaffold new projects using pm create 🎉
npm i -g projectman
Add pm create
command
- Create a template for yourself
- Go to your template directory and run
pm add
- Now you can use
pm create
and it will show you list of your templates which you can select to scaffold a project. - scaffold does not add
.gitignore
ed directories.
Remove Support for Binary files download
- It was additional maintenance and it did not work in some operating systems.
1.3.2
npm install -g [email protected]
pm getpath
Question fix- prompts updated to v2.3.0
- Unit testing for helper added (@junaidrahim - #27)
1.3.1
- Docs redesigned
- Images moved to cdn to reduce package size
1.3.0
npm install -g [email protected]
Release Date: 20th Sept, 2019
-
Brought dependencies from 36 packages to 4 packages!! 🎉
Some internal code refactoring and asking myself "Do I really need this package?" helped me bring down dependency tree of 37 packages to 4 packages!!!
-
AutoComplete added during project selection.
In pm open
and other project selection menus. You can now start typing the letters and list will be filtered out to show projects matching the letters.
-
Ability to open/add URLs (Thank You @ZakariaTalhami for PR #20 )
pm add --url [URL]
to add URLs to the projectman.[URL]
is an optional parameter- These URLs will show up in
pm open
with (URL) appended to their names. - On selecting the URL in
pm open
they will be opened in your default browser. - This can be used to store your repositories/websites/other useful links.
1.3.0-beta
npm install -g https://github.com/saurabhdaware/projectman#v1.3.0-beta
-
Brought dependencies from 36 packages to 4 packages!! 🎉
Some internal code refactoring and asking myself "Do I really need this package?" helped me bring down dependency tree of 37 packages to 4 packages!!!
-
AutoComplete added during project selection.
In pm open
and other project selection menus. You can now start typing the letters and list will be filtered out to show projects matching the letters.
-
Ability to open/add URLs (Thank You @ZakariaTalhami for PR #20 )
pm add --url [URL]
to add URLs to the projectman.[URL]
is an optional parameter- These URLs will show up in
pm open
with (URL) appended to their names. - On selecting the URL in
pm open
they will be opened in your default browser. - This can be used to store your repositories/websites/other useful links.
1.3.0-alpha.1
- Ability to add and open repositories.
- Removed dependencies (inquirer, chalk).
1.2.0
npm install -g [email protected]
Release Date: 12th Sept, 2019
- Presenting ProjectMan Binaries
cd
to directory without opening the project- Added
--for-project
flag inpm seteditor
Other
option addbed inpm seteditor
- New command
pm rmeditor
.
.
.
Read more in CHANGELOG.md
1.2.0-rc
npm install -g https://github.com/saurabhdaware/projectman#v1.2.0-rc
Everything from the previous pre-releases with minor bugfixes
1.2.0-beta.1
npm install -g https://github.com/saurabhdaware/projectman#v1.2.0-beta.1
- Everything from alpha.1 and alpha.2 included
pm rmeditor
command added to remove editors.pm rmeditor --all
will remove all project specific editors.- Editors labeling added in
pm open
Other
option added inpm seteditor
which will allow you to set any other TextEditorpm seteditor
completed.