You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
bem init :name command which could create :name/{.bem/make.js,:name/.bem/.level.js} etc. and do some prepares to start creating levels and blocks. Correct me if need with paths.
bem init my-new-kewl-proj # "." by default, creates basic paths tree or internal container (if non-fs storage will be created)
bem create level app/bemyeah/{blocks,blocks-desktop,blocks-touch} # creates all levels compared to mkdir
bem create block -l app/bemyeah/{blocks,blocks-touch} b-page -t css -t js # creates block in all levels
...
p.s. Can I add some aliases or commands by self like in git with git-* executable files? How?
The text was updated successfully, but these errors were encountered:
Btw. It could pull (or create needed files for make) basic blocks like bem-bl from rep (or blocks rep in future?) to specific path.
And also it could add (or show) paths for .gitignore or add svn:ignore to :name path if cvs exists and possible to do that.
bem init :name
command which could create :name/{.bem/make.js,:name/.bem/.level.js} etc. and do some prepares to start creating levels and blocks. Correct me if need with paths.p.s. Can I add some aliases or commands by self like in git with git-* executable files? How?
The text was updated successfully, but these errors were encountered: